Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60168 Details for
Bug 94467
dedicated use flag on games-simulation/openttd is misleading
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openttd-0.4.0.ebuild.diff
openttd-0.4.0.ebuild.diff (text/plain), 1.70 KB, created by
Boyd Stephen Smith Jr.
on 2005-05-30 00:59:36 UTC
(
hide
)
Description:
openttd-0.4.0.ebuild.diff
Filename:
MIME Type:
Creator:
Boyd Stephen Smith Jr.
Created:
2005-05-30 00:59:36 UTC
Size:
1.70 KB
patch
obsolete
>--- openttd-0.4.0.ebuild 2005-05-30 02:42:31.000000000 -0500 >+++ openttd-0.4.0.ebuild.new 2005-05-30 02:44:36.000000000 -0500 >@@ -11,13 +11,13 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~x86 ~ppc ~amd64" >-IUSE="debug png zlib timidity alsa dedicated" >+IUSE="debug png zlib timidity alsa dedicatedonly" > > DEPEND="media-libs/libsdl > png? ( media-libs/libpng ) > zlib? ( sys-libs/zlib )" > RDEPEND="${DEPEND} >- !dedicated? ( >+ !dedicatedonly? ( > timidity? ( media-sound/timidity++ ) > !timidity? ( alsa? ( media-sound/alsa-utils ) ) > )" >@@ -25,8 +25,8 @@ > src_compile() { > local myopts="MANUAL_CONFIG=1 UNIX=1 WITH_NETWORK=1 INSTALL=1 RELEASE=${PV} USE_HOMEDIR=1 PERSONAL_DIR=.openttd PREFIX=/usr DATA_DIR=share/games/${PN}" > use debug && myopts="${myopts} DEBUG=1" >- use dedicated && myopts="${myopts} DEDICATED=1" >- if ! use dedicated; then >+ use dedicatedonly && myopts="${myopts} DEDICATED=1" >+ if ! use dedicatedonly; then > use png && myopts="${myopts} WITH_PNG=1" > use zlib && myopts="${myopts} WITH_ZLIB=1" > myopts="${myopts} WITH_SDL=1" >@@ -55,7 +55,7 @@ > > doicon media/openttd.*.png > >- if ! use dedicated; then >+ if ! use dedicatedonly; then > if use timidity || use alsa; then > make_desktop_entry "openttd -m extmidi" "OpenTTD" openttd.64.png > else >@@ -96,8 +96,8 @@ > einfo "correct for whichever version you have." > echo > >- if use dedicated; then >- einfo "You have chosen the dedicated USE flag which builds a " >+ if use dedicatedonly; then >+ einfo "You have chosen the dedicatedonly USE flag which builds a " > einfo "version of OpenTTD to be used as a game server which " > einfo "does not require SDL. You will not be able to play the " > einfo "game, but if you don't pass this flag you can still use "
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 94467
:
60166
|
60167
| 60168 |
60169