diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-11-24 20:46:47 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-11-24 20:46:47 +0000 |
commit | b52fc1b52bdf37dbb9a97af4c83737fd03f213d0 (patch) | |
tree | 9f14cd169e584e46fd6a0f42acb7daff62b12588 /media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild | |
parent | net-print/hplip-plugin: Version bump to 3.19.11 (diff) | |
download | gentoo-b52fc1b52bdf37dbb9a97af4c83737fd03f213d0.tar.gz gentoo-b52fc1b52bdf37dbb9a97af4c83737fd03f213d0.tar.bz2 gentoo-b52fc1b52bdf37dbb9a97af4c83737fd03f213d0.zip |
media-tv/dtv-scan-tables: Version bump to 0_p20190922
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
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.ebuild | 12 |
1 files changed, 2 insertions, 10 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 305e482a9150..73d9b36229da 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild @@ -7,7 +7,7 @@ if [[ ${PV#9999} != ${PV} ]]; then inherit git-r3 EGIT_REPO_URI="https://git.linuxtv.org/dtv-scan-tables.git" else - COMMIT="c1986d5148d8" + COMMIT="f07bde777d4d" SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" S="${WORKDIR}/usr/share/dvb" @@ -18,18 +18,10 @@ HOMEPAGE="https://linuxtv.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -DEPEND=">=media-tv/v4l-utils-1.4" +BDEPEND=">=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 } |