projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50826d9
)
app-crypt/keylookup: bump EAPI
author
Aaron Bauman
<bman@gentoo.org>
Sat, 2 Jun 2018 19:18:04 +0000
(15:18 -0400)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/app-crypt/keylookup/keylookup-2.2.ebuild
b/app-crypt/keylookup/keylookup-2.2.ebuild
index fbb475b11fca2e6acfd692673ec4c7e29dda8c61..4f441c7cff56374b1ff4d8a0e8cd2d190615da77 100644
(file)
--- 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
}