From 9663d70b415c329ec1f634f402af3e8f2e3cc67d Mon Sep 17 00:00:00 2001 From: Artur Juraszek Date: Tue, 26 Jun 2018 14:08:21 +0200 Subject: app-doc/phrack: EAPI 7 bump. --- app-doc/phrack/phrack-07.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-doc/phrack/phrack-07.ebuild') 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 * } -- cgit v1.2.3-18-g5258