diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-09-05 14:02:33 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-09-05 14:04:00 +0100 |
commit | 2f42b661630b6dfcdd13b938e92a9b0d61a1cfc1 (patch) | |
tree | 3165cd5285f893c8008d29d3a58b3b887cb0d737 /media-tv | |
parent | media-tv/v4l-utils: Fix libv4l[dvb] dep on older versions (diff) | |
download | gentoo-2f42b661630b6dfcdd13b938e92a9b0d61a1cfc1.tar.gz gentoo-2f42b661630b6dfcdd13b938e92a9b0d61a1cfc1.tar.bz2 gentoo-2f42b661630b6dfcdd13b938e92a9b0d61a1cfc1.zip |
media-tv/dtv-scan-tables: Require new dvb flag on v4l-utils
Closes: https://bugs.gentoo.org/740326
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
3 files changed, 5 insertions, 5 deletions
diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild index 1dc91e79f7ca..8c3d27e71d2f 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ HOMEPAGE="https://linuxtv.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -DEPEND=">=media-tv/v4l-utils-1.4" +DEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]" DOCS=( README ) diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild index bf0211623cc2..83e1459c072c 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://linuxtv.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -BDEPEND=">=media-tv/v4l-utils-1.4" +BDEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]" DOCS=( README ) 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 73d9b36229da..c47d1b711e08 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ HOMEPAGE="https://linuxtv.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -BDEPEND=">=media-tv/v4l-utils-1.4" +BDEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]" DOCS=( README ) |