diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-24 17:14:28 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-24 22:23:52 +0200 |
commit | 4fee8386545ab1ff0a28904f75c57c8775b3c4aa (patch) | |
tree | 6ee1ceb1010f1269cceeb52f3a9a8991fb0ddbfd /media-libs/x265 | |
parent | media-libs/x265: add USE=cpu_flags_ppc_altivec (diff) | |
download | gentoo-4fee8386545ab1ff0a28904f75c57c8775b3c4aa.tar.gz gentoo-4fee8386545ab1ff0a28904f75c57c8775b3c4aa.tar.bz2 gentoo-4fee8386545ab1ff0a28904f75c57c8775b3c4aa.zip |
media-libs/x265: package uses dev-lang/nasm
Closes: https://bugs.gentoo.org/676270
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs/x265')
-rw-r--r-- | media-libs/x265/x265-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/x265/x265-3.3.ebuild b/media-libs/x265/x265-3.3.ebuild index a8595e79d053..503dca0ef3ea 100644 --- a/media-libs/x265/x265-3.3.ebuild +++ b/media-libs/x265/x265-3.3.ebuild @@ -24,7 +24,7 @@ IUSE="+asm +10bit +12bit cpu_flags_arm_neon cpu_flags_ppc_altivec numa pic power # Test suite requires assembly support and is known to be broken RESTRICT="test" -ASM_DEPEND=">=dev-lang/yasm-1.2.0" +ASM_DEPEND=">=dev-lang/nasm-2.13" BDEPEND="asm? ( abi_x86_32? ( ${ASM_DEPEND} ) |