summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/keylookup/keylookup-2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/keylookup/keylookup-2.2.ebuild b/app-crypt/keylookup/keylookup-2.2.ebuild
index fbb475b11fca..4f441c7cff56 100644
--- a/app-crypt/keylookup/keylookup-2.2.ebuild
+++ b/app-crypt/keylookup/keylookup-2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
DESCRIPTION="A tool to fetch PGP keys from keyservers"
HOMEPAGE="http://www.palfrader.org/keylookup/"
@@ -16,7 +16,7 @@ RDEPEND="dev-lang/perl
app-crypt/gnupg"
src_install() {
- dobin keylookup || die
+ dobin keylookup
doman keylookup.1
- dodoc NEWS TODO
+ einstalldocs
}