From 1a539fdc41e67d461d65860ff96bc0bf0167ea44 Mon Sep 17 00:00:00 2001 From: idl0r Date: Sat, 17 Apr 2010 19:27:08 +0000 Subject: [PATCH] euse: Make python code of euse python-3 compatible, thanks to Arfrever Frehtes Taifersar Arahesis . svn path=/trunk/gentoolkit/; revision=775 --- ChangeLog | 4 ++++ bin/euse | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b9e0cc..956e701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-17: Christian Ruppert + * euse: Make python code of euse python-3 compatible, thanks to Arfrever + Frehtes Taifersar Arahesis . + 2010-04-11: Christian Ruppert * euse: Fix check for /etc/make.profile, check if its readable and a directory instead of checking if its a link. Thanks to Phillip Brink diff --git a/bin/euse b/bin/euse index ab8b932..3cd9127 100755 --- a/bin/euse +++ b/bin/euse @@ -145,7 +145,7 @@ for x in sys.stdin.read().split(): r.append(x) elif x not in r: r.append(x) -print ' '.join(r)" +print(' '.join(r))" } # the following function creates a bash array ACTIVE_FLAGS that contains the -- 2.26.2