diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 14:21:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 18:53:16 +0100 |
commit | 7ef71dd2f0e15a353a958b2572de2f2c353c6afb (patch) | |
tree | 9e530ff5712cf481a723ba9b1a6958ca6c049964 /media-video/ffmpeg-chromium | |
parent | llvm.org.eclass: Clean old snapshots up (diff) | |
download | gentoo-7ef71dd2f0e15a353a958b2572de2f2c353c6afb.tar.gz gentoo-7ef71dd2f0e15a353a958b2572de2f2c353c6afb.tar.bz2 gentoo-7ef71dd2f0e15a353a958b2572de2f2c353c6afb.zip |
Move {sys-devel → dev-build}/make
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg-chromium')
-rw-r--r-- | media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild index bb38df15a23a..beeede979097 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -107,7 +107,7 @@ DEPEND="${RDEPEND} vulkan? ( >=dev-util/vulkan-headers-1.3.255 ) " BDEPEND=" - >=sys-devel/make-3.81 + >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) " |