summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-07-17 20:34:38 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-07-17 20:34:38 +0100
commite76e619fb1da32a9de1076ba073656712ff6f9e4 (patch)
treed00d4942fb84fabc59513128996cfaac2a2e005e /media-tv/dtv-scan-tables
parentsys-auth/polkit-0.115-r4: alpha stable, bug 688908 (diff)
downloadgentoo-e76e619fb1da32a9de1076ba073656712ff6f9e4.tar.gz
gentoo-e76e619fb1da32a9de1076ba073656712ff6f9e4.tar.bz2
gentoo-e76e619fb1da32a9de1076ba073656712ff6f9e4.zip
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 <chewi@gentoo.org>
Diffstat (limited to 'media-tv/dtv-scan-tables')
-rw-r--r--media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
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
}