summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 09:36:54 +0000
committerSam James <sam@gentoo.org>2024-01-08 09:42:05 +0000
commit6f0960137f14f96e3ccfc14625ed13edd2ee8c6f (patch)
tree8dcf8990b86bc2b6d4f00e8fa8bc196d5b84f19d /media-video/h264enc
parentmedia-video/ffmpeg: sys-devel/bc -> app-alternatives/bc (diff)
downloadgentoo-6f0960137f14f96e3ccfc14625ed13edd2ee8c6f.tar.gz
gentoo-6f0960137f14f96e3ccfc14625ed13edd2ee8c6f.tar.bz2
gentoo-6f0960137f14f96e3ccfc14625ed13edd2ee8c6f.zip
media-video/h264enc: 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/h264enc')
-rw-r--r--media-video/h264enc/h264enc-10.4.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/h264enc/h264enc-10.4.7-r1.ebuild b/media-video/h264enc/h264enc-10.4.7-r1.ebuild
index 87fc103f2861..8dd214d2571d 100644
--- a/media-video/h264enc/h264enc-10.4.7-r1.ebuild
+++ b/media-video/h264enc/h264enc-10.4.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="media-video/mplayer[encode,x264]
sys-apps/coreutils
sys-apps/pv
- sys-devel/bc
+ app-alternatives/bc
sys-process/time"
PATCHES=( "${FILESDIR}/${P}-libaacplusenc.patch" )