Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Cc: David Seifert <soap@g.o>
Subject: [gentoo-dev] [PATCH 3/4] gstreamer.eclass: remove unnecessary DEPEND on sys-apps/sed
Date: Tue, 06 Dec 2022 11:00:55
Message-Id: 20221206105948.67575-3-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/4] linux-mod.eclass: remove unnecessary DEPEND on sys-apps/sed by David Seifert
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/gstreamer.eclass | 3 +--
4 1 file changed, 1 insertion(+), 2 deletions(-)
5
6 diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
7 index 28db8b1e035..fad4919ac02 100644
8 --- a/eclass/gstreamer.eclass
9 +++ b/eclass/gstreamer.eclass
10 @@ -1,4 +1,4 @@
11 -# Copyright 1999-2020 Gentoo Authors
12 +# Copyright 1999-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: gstreamer.eclass
16 @@ -95,7 +95,6 @@ RDEPEND="
17 >=media-libs/gstreamer-${GST_MIN_PV}:${SLOT}[${MULTILIB_USEDEP}]
18 "
19 DEPEND="
20 - >=sys-apps/sed-4
21 virtual/pkgconfig
22 "
23
24 --
25 2.38.1