projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0fcbf0
)
Fix a py3 syntax error, use print()
author
Brian Dolbec
<dolsen@gentoo.org>
Tue, 30 Jul 2013 08:06:05 +0000
(
01:06
-0700)
committer
Brian Dolbec
<dolsen@gentoo.org>
Tue, 30 Jul 2013 08:06:27 +0000
(
01:06
-0700)
Bug reported by Michael Weber <xmw>
targets/support/chroot-functions.sh
patch
|
blob
|
history
diff --git
a/targets/support/chroot-functions.sh
b/targets/support/chroot-functions.sh
index 75ad7f9f88b7e1d6f356c9cf5a439407f6450b10..5c30537b8c125620e8d0b0f99f7be596f5313ffe 100644
(file)
--- a/
targets/support/chroot-functions.sh
+++ b/
targets/support/chroot-functions.sh
@@
-287,7
+287,7
@@
show_debug() {
echo "DEBUG:"
echo "Profile/target info:"
echo "Profile inheritance:"
- python -c 'import portage; print
portage.settings.profiles
'
+ python -c 'import portage; print
(portage.settings.profiles)
'
echo
# TODO: make this work on non-portage
emerge --info