summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 09:37:03 +0000
committerSam James <sam@gentoo.org>2024-01-08 09:42:05 +0000
commit2a70f20bcbf803018e5f17f8b03b8c638527027d (patch)
tree81d0378d20af909633b4f76b1cfba05dbe740b0a /media-video/videotrans
parentmedia-video/h264enc: sys-devel/bc -> app-alternatives/bc (diff)
downloadgentoo-2a70f20bcbf803018e5f17f8b03b8c638527027d.tar.gz
gentoo-2a70f20bcbf803018e5f17f8b03b8c638527027d.tar.bz2
gentoo-2a70f20bcbf803018e5f17f8b03b8c638527027d.zip
media-video/videotrans: sys-devel/bc -> app-alternatives/bc
All of these will be using app-alternatives/bc anyway as they're not calling bc-reference, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/videotrans')
-rw-r--r--media-video/videotrans/videotrans-1.6.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/videotrans/videotrans-1.6.1-r2.ebuild b/media-video/videotrans/videotrans-1.6.1-r2.ebuild
index 93db7f9ec91e..e1ca3b6b988c 100644
--- a/media-video/videotrans/videotrans-1.6.1-r2.ebuild
+++ b/media-video/videotrans/videotrans-1.6.1-r2.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
@@ -22,7 +22,7 @@ DEPEND="
RDEPEND="${DEPEND}
www-client/lynx
app-shells/bash
- sys-devel/bc
+ app-alternatives/bc
"
DOCS=( aspects.txt CHANGES THANKS TODO )