Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135704 Details for
Bug 172611
app-portage/udept-0.5.99.0.2.95-r1 - problems with multiple version suffixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
udept.default-use.patch
udept.default-use.patch (text/plain), 1.04 KB, created by
Daniel Pielmeier
on 2007-11-11 01:51:16 UTC
(
hide
)
Description:
udept.default-use.patch
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2007-11-11 01:51:16 UTC
Size:
1.04 KB
patch
obsolete
>diff -Naur udept-0.5.99.0.2.95/src/dep.in udept-0.5.99.0.2.96/src/dep.in >--- udept-0.5.99.0.2.95/src/dep.in 2006-08-25 17:59:50.000000000 +0200 >+++ udept-0.5.99.0.2.96/src/dep.in 2007-11-11 01:59:01.000000000 +0100 >@@ -1142,6 +1165,8 @@ > function usecomponent() { > # return a USE component, one flag per line, highest priority first > # TODO FIXME not correct yet - though OK for default case >+ # Added placeholders for default USE flag implementation >+ # See http://bugs.gentoo.org/show_bug.cgi?id=61732 > local component="$1" cpv="$2" > case "$component" in > env) sed 's/[[:space:]]\+/\n/g' <<<"$USE" | tac;; >@@ -1151,8 +1176,13 @@ > dep_satisfies "$cpv" $package && echo $use > done | sed 's/[[:space:]]\+/\n/g';; > conf) sed 's/[[:space:]]\+/\n/g' <<<"$__conf_USE";; >+ pkgprofile);; > auto) autouse;; > defaults);; >+ pkginternal);; >+ env.d);; >+ pkginternal) [[ "$cpv" ]] && pkginternal_use_for "$cpv";; >+ env.d) sed 's/^export USE='"'"'\(.*\)'"'"'/\1/;t;d' /etc/profile.env;; > *) format_error <<<"Unknown USE component: $component" >&2;; > esac > }
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 172611
:
114830
|
133502
|
135702
| 135704 |
135706