commit:     4bc2d7a290a1237e6afef4e5ec4873f6f71dd5a6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 10:44:02 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 10:44:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc2d7a2

gstreamer.eclass: remove unnecessary DEPEND on sys-apps/sed

* guaranteed by PMS

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 eclass/gstreamer.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
index 28db8b1e035f..fad4919ac02b 100644
--- a/eclass/gstreamer.eclass
+++ b/eclass/gstreamer.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: gstreamer.eclass
@@ -95,7 +95,6 @@ RDEPEND="
        >=media-libs/gstreamer-${GST_MIN_PV}:${SLOT}[${MULTILIB_USEDEP}]
 "
 DEPEND="
-       >=sys-apps/sed-4
        virtual/pkgconfig
 "
 

Reply via email to