Created attachment 340970 [details] patch to clean up whitespace On my hardened ~amd64 with I see failures for liquidwar. First I need to apply the attached patch otherwise it complains about inconsistent spacing as follows. === Traceback (most recent call last): File "<string>", line 1, in <module> File "makedoc.py", line 369 result=format_email_and_url(result) ^ TabError: inconsistent use of tabs and spaces in indentation === After getting this out of the way, the following error pops up, which means, that the file is not compatible with python-3 (which is my system default). === File "makedoc.py", line 211, in endElement data=string.strip(self.charbuf) AttributeError: 'module' object has no attribute 'strip' ===
+*liquidwar-5.6.4-r1 (04 Mar 2013) + + 04 Mar 2013; Julian Ospald <hasufell@gentoo.org> +liquidwar-5.6.4-r1.ebuild: + fix bug 460344, bump EAPI