mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/flac: move nasm to BDEPEND
Closes: https://bugs.gentoo.org/769755 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
659b88585b
commit
d62c6a8dd7
@@ -15,12 +15,11 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-li
|
||||
IUSE="+cxx debug ogg cpu_flags_ppc_altivec cpu_flags_ppc_vsx cpu_flags_x86_sse static-libs"
|
||||
|
||||
RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}
|
||||
abi_x86_32? ( dev-lang/nasm )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
app-arch/xz-utils
|
||||
virtual/pkgconfig
|
||||
abi_x86_32? ( dev-lang/nasm )
|
||||
!elibc_uclibc? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user