Skip to content

Commit

Permalink
media-libs/x264: fix asm deps (nasm 2.13 is required now)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed Jul 2, 2017
1 parent d9fe67d commit 85d7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/x264/x264-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )"
Expand Down

0 comments on commit 85d7aaa

Please sign in to comment.