diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 20:34:38 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 20:34:38 +0100 |
commit | e76e619fb1da32a9de1076ba073656712ff6f9e4 (patch) | |
tree | d00d4942fb84fabc59513128996cfaac2a2e005e /media-tv/dtv-scan-tables | |
parent | sys-auth/polkit-0.115-r4: alpha stable, bug 688908 (diff) | |
download | gentoo-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.ebuild | 6 |
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 } |