summaryrefslogtreecommitdiff
path: root/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-19 22:05:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-19 22:05:27 +0100
commit121ed4eec41fbf03e1998d09eede1bf449da63b9 (patch)
treece9341d77d1507f67d4a3a1472da9011b5baa0a8 /media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
parentdd762ff83c330186ee2ede002e08b2f780cddd51 (diff)
gentoo resync : 19.07.2019
Diffstat (limited to 'media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild')
-rw-r--r--media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild14
1 files changed, 11 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..305e482a9150 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
@@ -20,13 +20,21 @@ SLOT="0"
DEPEND=">=media-tv/v4l-utils-1.4"
+PATCHES=( "${FILESDIR}"/Makefile.patch )
DOCS=( README )
+src_prepare() {
+ default
+
+ # Conversion failure!
+ rm -v dvb-t/ke-Nairobi || die
+}
+
src_compile() {
emake dvbv3 dvbv5
}
src_install() {
- emake PREFIX="${ED}usr" install install_v3
+ emake PREFIX="${ED}/usr" install install_v3
einstalldocs
}