From 14842b1835a433d78a6f845ac6af3c9ea028aa32 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Mon, 26 Feb 2024 06:50:36 +0100 Subject: */*: 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 --- media-tv/dvbtune/dvbtune-0.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-tv/dvbtune') diff --git a/media-tv/dvbtune/dvbtune-0.5-r1.ebuild b/media-tv/dvbtune/dvbtune-0.5-r1.ebuild index e4cb2c114c24..1d2b4cece0ae 100644 --- a/media-tv/dvbtune/dvbtune-0.5-r1.ebuild +++ b/media-tv/dvbtune/dvbtune-0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ IUSE="xml" RDEPEND="xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND} - virtual/linuxtv-dvb-headers" + sys-kernel/linux-headers" PATCHES=( "${FILESDIR}"/${PF}-gentoo.diff -- cgit v1.2.3-65-gdbad