summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 02:19:42 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 03:30:51 +0200
commit90a93557f0765f9d5501c004373b4882350d5156 (patch)
tree15038c52affc4963f06c4f379dca89c6d1688f96 /app-crypt/quickcrypt
parentapp-crypt/bcwipe: eapi bump (diff)
downloadgentoo-90a93557f0765f9d5501c004373b4882350d5156.tar.gz
gentoo-90a93557f0765f9d5501c004373b4882350d5156.tar.bz2
gentoo-90a93557f0765f9d5501c004373b4882350d5156.zip
app-crypt/quickcrypt: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/quickcrypt')
-rw-r--r--app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild b/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild
index c4f0c9a17c20..2aad0d3baff7 100644
--- a/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild
+++ b/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild
@@ -19,7 +19,11 @@ DEPEND=">=dev-lang/perl-5.6
virtual/perl-Digest-MD5"
RDEPEND="${DEPEND}"
+DOCS=(
+ README BUGS
+)
+
src_install() {
+ einstalldocs
dobin quickcrypt
- dodoc README BUGS
}