Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219201 Details for
Bug 304509
Add IUSE="static" to app-emulation/qemu-0.11.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adding IUSE="static"
qemu-static.ebuild.diff (text/plain), 769 bytes, created by
Leonid Evdokimov
on 2010-02-11 08:42:40 UTC
(
hide
)
Description:
adding IUSE="static"
Filename:
MIME Type:
Creator:
Leonid Evdokimov
Created:
2010-02-11 08:42:40 UTC
Size:
769 bytes
patch
obsolete
>--- /usr/portage/app-emulation/qemu/qemu-0.11.1.ebuild 2010-01-06 06:05:27.000000000 +0600 >+++ qemu-0.11.1-r1.ebuild 2010-02-10 18:02:36.000000000 +0600 >@@ -13,7 +13,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" >-IUSE="alsa bluetooth esd gnutls ncurses pulseaudio sasl +sdl vde kqemu kvm" >+IUSE="alsa bluetooth esd gnutls ncurses pulseaudio sasl +sdl vde kqemu kvm static" > > COMMON_TARGETS="i386 x86_64 arm cris m68k mips mipsel mips64 mips64el ppc ppc64 sh4 sh4eb sparc" > >@@ -103,6 +103,10 @@ > --disable-kqemu --disable-kvm" > fi > >+ if use static; then >+ conf_opts="$conf_opts --static" >+ fi >+ > if test ! -z "${user_targets}" ; then > einfo "Building following user targets: ${user_targets}" > conf_opts="$conf_opts --enable-linux-user"
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 304509
: 219201