diff options
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 ) |