Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69088 Details for
Bug 70648
[PATCH] QA warnings about USE_EXPAND-derived use variables
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
iuse.patch
iuse.patch (text/plain), 786 bytes, created by
Harald van Dijk (RETIRED)
on 2005-09-23 09:33:21 UTC
(
hide
)
Description:
iuse.patch
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2005-09-23 09:33:21 UTC
Size:
786 bytes
patch
obsolete
>--- portage-2.1.0_alpha20050718.orig/bin/ebuild-default-functions.sh >+++ portage-2.1.0_alpha20050718/bin/ebuild-default-functions.sh >@@ -1079,8 +1079,18 @@ > local x > > # Make sure we have this USE flag in IUSE >- if ! hasq "${u}" ${IUSE} ${E_IUSE} && ! hasq "${u}" ${PORTAGE_ARCHLIST} selinux; then >- echo "QA Notice: USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}" >&2 >+ if ! hasq "${u}" ${IUSE} ${E_IUSE} ${PORTAGE_ARCHLIST} selinux; then >+ local e >+ x=notexpanded >+ for e in ${USE_EXPAND_LOWER=$(echo ${USE_EXPAND} | tr '[:upper:]' '[:lower:]')}; do >+ if [[ ${u} == ${e}_* ]]; then >+ x=expanded >+ break >+ fi >+ done >+ if [ "${x}" == notexpanded ]; then >+ echo "QA Notice: USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}" >&2 >+ fi > fi > > for x in ${USE}; do
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 70648
: 69088