From: Aaron Bauman Date: Sat, 2 Jun 2018 19:18:04 +0000 (-0400) Subject: app-crypt/keylookup: bump EAPI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e97f637d89c6f02486f3889c92add2d0e8f4f559;p=gentoo.git app-crypt/keylookup: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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 }