From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19A0B158041 for ; Sun, 25 Feb 2024 20:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B46C3E29BE; Sun, 25 Feb 2024 20:53:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BC1CE29B8 for ; Sun, 25 Feb 2024 20:53:58 +0000 (UTC) Message-ID: Date: Sun, 25 Feb 2024 21:53:53 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Matthias Schwarzott Subject: Re: [gentoo-dev] [PATCH 1/2] */*: Replace dependency to virtual/linuxtv-dvb-headers by sys-kernel/linux-headers To: Martin Dummer , gentoo-dev@lists.gentoo.org References: <20240213081947.16295-1-zzam@gentoo.org> <443e9e95-d445-4512-990a-5a2826466496@gmx.net> Content-Language: en-GB, de-DE In-Reply-To: <443e9e95-d445-4512-990a-5a2826466496@gmx.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 01611552-d909-416f-bd71-5dbdc0a12296 X-Archives-Hash: 1feb1460c513a8152104b324d87f688b Am 25.02.24 um 18:11 schrieb Martin Dummer: > > Am 25.02.24 um 11:10 schrieb Matthias Schwarzott: >> Am 13.02.24 um 09:19 schrieb Matthias Schwarzott: >>> 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-3.7. >>> Even that could be dropped as it is part of @system. >>> >>> Bug: https://bugs.gentoo.org/924398 >> > Hi, > > +1 from me... but please take note that media-video/vdr has been > upgraded in the meantime: > > [I] media-video/vdr >      Available versions:  2.2.0-r7  2.6.4 (~)2.6.6 > > so you must rework your patch a little bit. > This part has magically been solved by git rebase. (I do not understand how it did it). Matthias