/usr/bin/gnome-activity-journal should have Python 2 shebang (instead of current generic '#! /usr/bin/env python') to avoid SyntaxError on systems, whereon Python 3 is set as main active version of Python. $ /usr/bin/gnome-activity-journal File "/usr/bin/gnome-activity-journal", line 59 print "Using the \"%s\" module from %s" % (module, os.path.abspath(m[1])) ^ SyntaxError: invalid syntax
+*gnome-activity-journal-0.8.0-r4 (25 Apr 2013) + + 25 Apr 2013; Justin Lecher <jlec@gentoo.org> + +gnome-activity-journal-0.8.0-r4.ebuild: + Fix shebang for py implementation, #467066 +