summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Juraszek <artur@juraszek.xyz>2018-06-26 14:08:21 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-07-08 00:02:52 +0200
commit9663d70b415c329ec1f634f402af3e8f2e3cc67d (patch)
tree187563550044c67b1c6c34bc960d1bbe21d47b23 /app-doc/phrack/phrack-07.ebuild
parentapp-doc/phrack-all: add issue 69. (diff)
downloadgentoo-9663d70b415c329ec1f634f402af3e8f2e3cc67d.tar.gz
gentoo-9663d70b415c329ec1f634f402af3e8f2e3cc67d.tar.bz2
gentoo-9663d70b415c329ec1f634f402af3e8f2e3cc67d.zip
app-doc/phrack: EAPI 7 bump.
Diffstat (limited to 'app-doc/phrack/phrack-07.ebuild')
-rw-r--r--app-doc/phrack/phrack-07.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-doc/phrack/phrack-07.ebuild b/app-doc/phrack/phrack-07.ebuild
index d3516502066b..4d45e669d0ca 100644
--- a/app-doc/phrack/phrack-07.ebuild
+++ b/app-doc/phrack/phrack-07.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
MY_P=${PN}${PV:1:2}
DESCRIPTION="A Hacker magazine by the community, for the community"
@@ -16,6 +16,5 @@ IUSE=""
S=${WORKDIR}/${MY_P}
src_install() {
- insinto /usr/share/doc/${PN}
- doins *
+ dodoc -r *
}