Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/
Date: Sun, 02 Jul 2017 10:05:02
Message-Id: 1498989877.85d7aaa14ebb6d9ad3c24143014d8eeee17764d2.aballier@gentoo
1 commit: 85d7aaa14ebb6d9ad3c24143014d8eeee17764d2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 09:26:10 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 10:04:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d7aaa1
7
8 media-libs/x264: fix asm deps (nasm 2.13 is required now)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/x264/x264-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
16 index 8cfe28afdd7..e6ac894b7be 100644
17 --- a/media-libs/x264/x264-9999.ebuild
18 +++ b/media-libs/x264/x264-9999.ebuild
19 @@ -24,7 +24,7 @@ SLOT="0/${SONAME}"
20 LICENSE="GPL-2"
21 IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
22
23 -ASM_DEP=">=dev-lang/yasm-1.2.0"
24 +ASM_DEP=">=dev-lang/nasm-2.13"
25 DEPEND="abi_x86_32? ( ${ASM_DEP} )
26 abi_x86_64? ( ${ASM_DEP} )
27 opencl? ( dev-lang/perl )"