commit: 85d7aaa14ebb6d9ad3c24143014d8eeee17764d2
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 09:26:10 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 10:04:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d7aaa1
media-libs/x264: fix asm deps (nasm 2.13 is required now)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/x264/x264-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
index 8cfe28afdd7..e6ac894b7be 100644
--- a/media-libs/x264/x264-9999.ebuild
+++ b/media-libs/x264/x264-9999.ebuild
@@ -24,7 +24,7 @@ SLOT="0/${SONAME}"
LICENSE="GPL-2"
IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse
+threads"
-ASM_DEP=">=dev-lang/yasm-1.2.0"
+ASM_DEP=">=dev-lang/nasm-2.13"
DEPEND="abi_x86_32? ( ${ASM_DEP} )
abi_x86_64? ( ${ASM_DEP} )
opencl? ( dev-lang/perl )"