projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af81292
)
Fix missing parenthises in euse. Bug 376393
author
Paul Varner
<fuzzyray@gentoo.org>
Wed, 27 Jul 2011 19:01:34 +0000
(14:01 -0500)
committer
Paul Varner
<fuzzyray@gentoo.org>
Wed, 27 Jul 2011 19:01:34 +0000
(14:01 -0500)
bin/euse
patch
|
blob
|
history
diff --git
a/bin/euse
b/bin/euse
index 65fb11910412da7b30268919cc70f8474273dc63..be47cc93ed909b3e1f81aa17fcac6f0d7524b4b0 100755
(executable)
--- a/
bin/euse
+++ b/
bin/euse
@@
-508,7
+508,7
@@
get_flagstatus_helper_pkg() {
atoms=($(
echo "${atoms[@]}" | python -c "
from __future__ import print_function;import portage.dep as dep, sys
-print(' '.join(dep.match_to_list('$5-$6',sys.stdin.read().split()))"))
+print(' '.join(dep.match_to_list('$5-$6',sys.stdin.read().split()))
)
"))
fi
flags=$(for atom in ${atoms[@]}; do
[[ -z $atom ]] && continue