commit: 2f42b661630b6dfcdd13b938e92a9b0d61a1cfc1 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 13:02:33 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 13:04:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f42b661
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 <AT> gentoo.org> media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild | 4 ++-- media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild | 2 +- media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild | 4 ++-- 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 1dc91e79f7c..8c3d27e71d2 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 bf0211623cc..83e1459c072 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 73d9b36229d..c47d1b711e0 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 )
