Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538564
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- libvpx-1.3.0.ebuild/libvpx-1.3.0.ebuild
0
++ libvpx-1.3.0.ebuild/tmp/libvpx-1.3.0.ebuild
Lines 28-34 Link Here
28
28
29
LICENSE="BSD"
29
LICENSE="BSD"
30
SLOT="0"
30
SLOT="0"
31
IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 static-libs test +threads"
31
IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 static-libs test +threads"
32
32
33
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
33
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
34
DEPEND="abi_x86_32? ( dev-lang/yasm )
34
DEPEND="abi_x86_32? ( dev-lang/yasm )
Lines 42-48 Link Here
42
"
42
"
43
43
44
REQUIRED_USE="
44
REQUIRED_USE="
45
	cpu_flags_x86_sse? ( cpu_flags_x86_sse2 )
46
	cpu_flags_x86_sse2? ( cpu_flags_x86_mmx )
45
	cpu_flags_x86_sse2? ( cpu_flags_x86_mmx )
47
	cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
46
	cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
48
	"
47
	"
Lines 96-102 Link Here
96
		$(use_enable cpu_flags_x86_avx2 avx2) \
95
		$(use_enable cpu_flags_x86_avx2 avx2) \
97
		$(use_enable cpu_flags_x86_mmx mmx) \
96
		$(use_enable cpu_flags_x86_mmx mmx) \
98
		$(use_enable postproc) \
97
		$(use_enable postproc) \
99
		$(use_enable cpu_flags_x86_sse sse) \
98
		$(use_enable cpu_flags_x86_sse2 sse) \
100
		$(use_enable cpu_flags_x86_sse2 sse2) \
99
		$(use_enable cpu_flags_x86_sse2 sse2) \
101
		$(use_enable cpu_flags_x86_sse3 sse3) \
100
		$(use_enable cpu_flags_x86_sse3 sse3) \
102
		$(use_enable cpu_flags_x86_sse4_1 sse4_1) \
101
		$(use_enable cpu_flags_x86_sse4_1 sse4_1) \

Return to bug 538564