Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434572 Details for
Bug 583354
app-emulation/qemu: support USE=-python
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch qemu-2.6.0.ebuild to support build with USE=-python
qemu-2.6.0.ebuild.diff (text/plain), 1.08 KB, created by
Zac Medico
on 2016-05-18 00:11:49 UTC
(
hide
)
Description:
patch qemu-2.6.0.ebuild to support build with USE=-python
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2016-05-18 00:11:49 UTC
Size:
1.08 KB
patch
obsolete
>diff --git a/app-emulation/qemu/qemu-2.6.0.ebuild b/app-emulation/qemu/qemu-2.6.0.ebuild >index 8028b8b..a374d2c 100644 >--- a/app-emulation/qemu/qemu-2.6.0.ebuild >+++ b/app-emulation/qemu/qemu-2.6.0.ebuild >@@ -45,7 +45,7 @@ IUSE+=" ${use_softmmu_targets} ${use_user_targets}" > > # Allow no targets to be built so that people can get a tools-only build. > # Block USE flag configurations known to not work. >-REQUIRED_USE="${PYTHON_REQUIRED_USE} >+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) > gtk2? ( gtk ) > qemu_softmmu_targets_arm? ( fdt ) > qemu_softmmu_targets_microblaze? ( fdt ) >@@ -369,7 +369,7 @@ qemu_src_configure() { > # are enabled), but it's not really worth the hassle. Disable it > # all the time to avoid automatically detecting it. #568856 > --disable-gcrypt >- --python="${PYTHON}" >+ --python="/usr/bin/python2.7" > --cc="$(tc-getCC)" > --cxx="$(tc-getCXX)" > --host-cc="$(tc-getBUILD_CC)" >@@ -495,7 +495,7 @@ qemu_src_configure() { > src_configure() { > local target > >- python_setup >+ use python && python_setup > > softmmu_targets= softmmu_bins=() > user_targets= user_bins=()
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 583354
: 434572