Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 284145 Details for
Bug 380021
New ebuild: app-emulation/pearpc-0.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to change default interface selection
ebuild.patch (text/plain), 1.24 KB, created by
Kris Hepler
on 2011-08-21 19:01:46 UTC
(
hide
)
Description:
Patch to change default interface selection
Filename:
MIME Type:
Creator:
Kris Hepler
Created:
2011-08-21 19:01:46 UTC
Size:
1.24 KB
patch
obsolete
>--- ./pearpc-0.5.ebuild 2011-08-20 17:56:33.927314945 -0700 >+++ ./pearpc-0.5-r1.ebuild 2011-08-21 11:48:06.587785133 -0700 >@@ -14,9 +14,10 @@ > SLOT="0" > KEYWORDS="~amd64 ~ppc ~x86" > #IUSE="debug jit X +sdl gtk qt" >-IUSE="debug jit X +sdl" >+IUSE="debug jit +X sdl" > >-RDEPEND="sys-apps/net-tools >+RDEPEND="virtual/libc >+ sys-apps/net-tools > sdl? ( >=media-libs/libsdl-1.2.0 ) > X? ( x11-libs/libX11 ) > net-firewall/iptables >@@ -25,8 +26,7 @@ > DEPEND="${RDEPEND} > sys-devel/flex > sys-devel/bison >- x86? ( sys-devel/binutils ) >- jit? ( sys-devel/binutils )" >+ sys-devel/binutils" > > src_unpack() { > unpack ${A} >@@ -43,7 +43,7 @@ > > if ! use X && ! use sdl && ! use gtk && ! use qt; then > die "You must set at least one of these USE flags: X, sdl" >- die "You must set at least one of these USE flags: X, sdl, gtk, qt" >+# die "You must set at least one of these USE flags: X, sdl, gtk, qt" > fi > } > >@@ -51,10 +51,10 @@ > local myconf > > use jit || myconf="${myconf} --enable-cpu=generic" >- if use sdl; then >- myconf="${myconf} --enable-ui=sdl" >- elif use X; then >+ if use X; then > myconf="${myconf} --enable-ui=x11" >+ elif use sdl; then >+ myconf="${myconf} --enable-ui=sdl" > # elif use gtk; then > # myconf="${myconf} --enable-ui=gtk" > # elif use qt; then
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 380021
:
284077
|
284079
| 284145 |
344308
|
344310
|
344312
|
344314
|
344316
|
344416
|
520256
|
520258
|
520260