Fix a py3 syntax error, use print()
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 30 Jul 2013 08:06:05 +0000 (01:06 -0700)
committerBrian 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

index 75ad7f9f88b7e1d6f356c9cf5a439407f6450b10..5c30537b8c125620e8d0b0f99f7be596f5313ffe 100644 (file)
@@ -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