Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15349 Details for
Bug 13616
per package USE flags and KEYWORDS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild.sh-2.0.49_pre17-per_package_use_flags.patch
ebuild.sh-2.0.49_pre17-per_package_use_flags.patch (text/plain), 639 bytes, created by
Max Kalika (RETIRED)
on 2003-08-01 17:17:13 UTC
(
hide
)
Description:
ebuild.sh-2.0.49_pre17-per_package_use_flags.patch
Filename:
MIME Type:
Creator:
Max Kalika (RETIRED)
Created:
2003-08-01 17:17:13 UTC
Size:
639 bytes
patch
obsolete
>--- ebuild.sh.orig 2003-08-01 16:47:08.000000000 -0700 >+++ ebuild.sh 2003-08-01 16:43:32.000000000 -0700 >@@ -83,6 +83,14 @@ > > use() { > local x >+ for x in ${PUSE}; do >+ if [ "${x}" == "${1}" ]; then >+ tty --quiet < /dev/stdout || echo "${x}" >+ return 0 >+ elif [ "${x}" == "-${1}" ]; then >+ return 1 >+ fi >+ done > for x in ${USE}; do > if [ "${x}" == "${1}" ]; then > tty --quiet < /dev/stdout || echo "${x}" >@@ -706,6 +714,7 @@ > echo "$CXXFLAGS" > CXXFLAGS > echo "$DEPEND" > DEPEND > echo "$IUSE" > IUSE >+ echo "$PUSE" > PUSE > echo "$LICENSE" > LICENSE > echo "$CATEGORY" > CATEGORY > echo "$PDEPEND" > PDEPEND
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 13616
:
7155
|
7156
|
7264
|
7265
|
9218
|
9219
|
10588
|
10589
|
12254
|
12255
|
13752
|
13753
|
14390
|
14678
|
14679
|
14847
|
14873
|
15239
|
15240
|
15241
|
15291
|
15303
|
15304
|
15347
|
15348
|
15349
|
15614
|
15715
|
16609
|
16610
|
16611
|
16768
|
17925
|
17926
|
19128
|
20637
|
20652
|
21575
|
21577