media-tv/dtv-scan-tables: EAPI 7 for 9999
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 17 Jul 2019 19:34:38 +0000 (20:34 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 17 Jul 2019 19:34:38 +0000 (20:34 +0100)
Package-Manager: Portage-2.3.69, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild

index c4ec5b113aae2ff9d4121f674f7d7a29dd4f3712..e63f60d8936cd86fa2b01502f23aaa1bd6d0d4fe 100644 (file)
@@ -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
 }