diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2024-02-26 06:50:36 +0100 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2024-03-03 17:35:22 +0100 |
commit | 14842b1835a433d78a6f845ac6af3c9ea028aa32 (patch) | |
tree | 6913fbe8e67052df3c8b18137ca6593fe706b02b /eclass | |
parent | dev-lisp/sbcl: bump to 2.4.2 (diff) | |
download | gentoo-14842b1835a433d78a6f845ac6af3c9ea028aa32.tar.gz gentoo-14842b1835a433d78a6f845ac6af3c9ea028aa32.tar.bz2 gentoo-14842b1835a433d78a6f845ac6af3c9ea028aa32.zip |
*/*: Remove dependency on virtual/linuxtv-dvb-headers
virtual/linuxtv-dvb-headers has been important in the past when
linux-headers was not yet up-to-date.
Now it just pulls in sys-kernel/linux-headers.
Even that could be dropped as it is part of @system.
But this might not be valid everywhere.
Bug: https://bugs.gentoo.org/924398
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index f53e2c23f4f8..8f56511032c8 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: vdr-plugin-2.eclass @@ -83,7 +83,7 @@ S="${WORKDIR}/${VDRPLUGIN}-${PV}" # depend on headers for DVB-driver and vdr-scripts BDEPEND="virtual/pkgconfig" DEPEND="media-tv/gentoo-vdr-scripts - virtual/linuxtv-dvb-headers" + sys-kernel/linux-headers" RDEPEND="media-tv/gentoo-vdr-scripts app-eselect/eselect-vdr" |