Skip to content

Commit

Permalink
app-crypt/nasty: eapi cleanups
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
alonbl committed Feb 4, 2017
1 parent e17db90 commit 309c9f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-crypt/nasty/nasty-0.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ IUSE=""
RDEPEND="app-crypt/gpgme"
DEPEND="${RDEPEND}"

DOCS=(
readme.txt
)

PATCHES=(
"${FILESDIR}/${P}-flags.patch"
)
Expand All @@ -25,6 +29,6 @@ src_compile() {
}

src_install() {
einstalldocs
dobin nasty
dodoc readme.txt
}

0 comments on commit 309c9f9

Please sign in to comment.