From e97f637d89c6f02486f3889c92add2d0e8f4f559 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 2 Jun 2018 15:18:04 -0400 Subject: [PATCH] app-crypt/keylookup: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- app-crypt/keylookup/keylookup-2.2.ebuild | 6 +++--- 1 file 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 } -- 2.26.2