From 309c9f98ffa65964bdc2dd9a85eb30f5009e9fc9 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 4 Feb 2017 21:29:33 +0200 Subject: app-crypt/nasty: eapi cleanups Package-Manager: portage-2.3.3 --- app-crypt/nasty/nasty-0.6-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 } -- cgit v1.2.3-65-gdbad