aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-07-30 01:06:05 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-07-30 01:06:27 -0700
commit8f46d9c21bf3f6a172180b151afcf2443e58517d (patch)
tree6479df488503ca54372f005abf5f10cd4dfd0460 /targets
parentkmerge.sh: Don't set USE=build for emerging kernels. (diff)
downloadcatalyst-8f46d9c21bf3f6a172180b151afcf2443e58517d.tar.gz
catalyst-8f46d9c21bf3f6a172180b151afcf2443e58517d.tar.bz2
catalyst-8f46d9c21bf3f6a172180b151afcf2443e58517d.zip
Fix a py3 syntax error, use print()
Bug reported by Michael Weber <xmw>
Diffstat (limited to 'targets')
-rw-r--r--targets/support/chroot-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index 75ad7f9f..5c30537b 100644
--- 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