app-crypt/nasty: eapi cleanups
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 19:29:33 +0000 (21:29 +0200)
committerAlon 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

index 8cea59381f4a75982ed96c00d4e4528c20b42bd0..5eefa5574d6b7beb6a304ecb465f641e27b47c28 100644 (file)
@@ -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
 }