From: James Le Cuirot Date: Wed, 17 Jul 2019 19:34:38 +0000 (+0100) Subject: media-tv/dtv-scan-tables: EAPI 7 for 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e76e619fb1da32a9de1076ba073656712ff6f9e4;p=gentoo.git media-tv/dtv-scan-tables: EAPI 7 for 9999 Package-Manager: Portage-2.3.69, Repoman-2.3.13 Signed-off-by: James Le Cuirot --- diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild index c4ec5b113aae..e63f60d8936c 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV#9999} != ${PV} ]]; then inherit git-r3 @@ -27,6 +27,6 @@ src_compile() { } src_install() { - emake PREFIX="${ED}usr" install install_v3 + emake PREFIX="${ED}/usr" install install_v3 einstalldocs }