From: Alon Bar-Lev Date: Sat, 4 Feb 2017 19:29:33 +0000 (+0200) Subject: app-crypt/nasty: eapi cleanups X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=309c9f98ffa65964bdc2dd9a85eb30f5009e9fc9;p=gentoo.git app-crypt/nasty: eapi cleanups Package-Manager: portage-2.3.3 --- diff --git a/app-crypt/nasty/nasty-0.6-r1.ebuild b/app-crypt/nasty/nasty-0.6-r1.ebuild index 8cea59381f4a..5eefa5574d6b 100644 --- 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 }