projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17db90
)
app-crypt/nasty: eapi cleanups
author
Alon Bar-Lev
<alonbl@gentoo.org>
Sat, 4 Feb 2017 19:29:33 +0000
(21:29 +0200)
committer
Alon Bar-Lev
<alonbl@gentoo.org>
Sat, 4 Feb 2017 20:06:38 +0000
(22:06 +0200)
Package-Manager: portage-2.3.3
app-crypt/nasty/nasty-0.6-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/nasty/nasty-0.6-r1.ebuild
b/app-crypt/nasty/nasty-0.6-r1.ebuild
index 8cea59381f4a75982ed96c00d4e4528c20b42bd0..5eefa5574d6b7beb6a304ecb465f641e27b47c28 100644
(file)
--- a/
app-crypt/nasty/nasty-0.6-r1.ebuild
+++ b/
app-crypt/nasty/nasty-0.6-r1.ebuild
@@
-16,6
+16,10
@@
IUSE=""
RDEPEND="app-crypt/gpgme"
DEPEND="${RDEPEND}"
+DOCS=(
+ readme.txt
+)
+
PATCHES=(
"${FILESDIR}/${P}-flags.patch"
)
@@
-25,6
+29,6
@@
src_compile() {
}
src_install() {
+ einstalldocs
dobin nasty
- dodoc readme.txt
}