app-crypt/keylookup: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:18:04 +0000 (15:18 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:57 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-crypt/keylookup/keylookup-2.2.ebuild

index fbb475b11fca2e6acfd692673ec4c7e29dda8c61..4f441c7cff56374b1ff4d8a0e8cd2d190615da77 100644 (file)
@@ -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
 }