Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Tue, 30 Jul 2013 08:08:52
Message-Id: 1375171587.8f46d9c21bf3f6a172180b151afcf2443e58517d.dol-sen@gentoo
1 commit: 8f46d9c21bf3f6a172180b151afcf2443e58517d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 08:06:05 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 30 08:06:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=8f46d9c2
7
8 Fix a py3 syntax error, use print()
9
10 Bug reported by Michael Weber <xmw>
11
12 ---
13 targets/support/chroot-functions.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
17 index 75ad7f9..5c30537 100644
18 --- a/targets/support/chroot-functions.sh
19 +++ b/targets/support/chroot-functions.sh
20 @@ -287,7 +287,7 @@ show_debug() {
21 echo "DEBUG:"
22 echo "Profile/target info:"
23 echo "Profile inheritance:"
24 - python -c 'import portage; print portage.settings.profiles'
25 + python -c 'import portage; print(portage.settings.profiles)'
26 echo
27 # TODO: make this work on non-portage
28 emerge --info