Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 395388 Details for
Bug 538564
media-libs/libvpx has strange REQUIRED_USE"cpu_flags_x86_sse? ( cpu_flags_x86_sse2 )"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to omit CPU_FLAGS_X86="sse" from libvpx-1.3.0.ebuild
libvpx-1.3.0.ebuild.patch (text/plain), 1.15 KB, created by
Martin Väth
on 2015-02-02 17:19:51 UTC
(
hide
)
Description:
patch to omit CPU_FLAGS_X86="sse" from libvpx-1.3.0.ebuild
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2015-02-02 17:19:51 UTC
Size:
1.15 KB
patch
obsolete
>--- libvpx-1.3.0.ebuild/libvpx-1.3.0.ebuild >+++ libvpx-1.3.0.ebuild/tmp/libvpx-1.3.0.ebuild >@@ -28,7 +28,7 @@ > > LICENSE="BSD" > SLOT="0" >-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" >+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" > > RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" > DEPEND="abi_x86_32? ( dev-lang/yasm ) >@@ -42,7 +42,6 @@ > " > > REQUIRED_USE=" >- cpu_flags_x86_sse? ( cpu_flags_x86_sse2 ) > cpu_flags_x86_sse2? ( cpu_flags_x86_mmx ) > cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 ) > " >@@ -96,7 +95,7 @@ > $(use_enable cpu_flags_x86_avx2 avx2) \ > $(use_enable cpu_flags_x86_mmx mmx) \ > $(use_enable postproc) \ >- $(use_enable cpu_flags_x86_sse sse) \ >+ $(use_enable cpu_flags_x86_sse2 sse) \ > $(use_enable cpu_flags_x86_sse2 sse2) \ > $(use_enable cpu_flags_x86_sse3 sse3) \ > $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 538564
: 395388