commit: 06d8a1259a27e7e08135ffce458f7e93220f4c12
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 03:29:00 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 03:34:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d8a125
media-sound/streamtranscoder: remove extraneoous curl dep
No references to curl anywhere in the source. However, per git history
of this ebuild, version 1.x of the package had a patch applied which
touched curl-using code. Seems this dep got refactored out... back in
2007. Just, never removed from the ebuild.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
...eamtranscoder-3.1.11-r1.ebuild => streamtranscoder-3.1.11-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild
b/media-sound/streamtranscoder/streamtranscoder-3.1.11-r2.ebuild
similarity index 98%
rename from media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild
rename to media-sound/streamtranscoder/streamtranscoder-3.1.11-r2.ebuild
index d63288426dc7..3ee78ae1af03 100644
--- a/media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild
+++ b/media-sound/streamtranscoder/streamtranscoder-3.1.11-r2.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
media-libs/libvorbis
media-sound/lame
media-libs/libmad
- net-misc/curl"
+"
DEPEND="${RDEPEND}"
src_prepare() {