dev-python/pyxattr-0.5.0-r1 has test failures with both versions of pypy, e.g.: ERROR: test binary values (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 315, in testBinaryPayloadDeprecated xattr.setxattr(fname, self.USER_ATTR, BINVAL) IOError: [Errno 7] Argument list too long It looks like the deprecated functions have a bit different API for pypy, for some reason.
Created attachment 334094 [details] Build log for pypy2.0 and -9999 version
Ah yes, we can resolve that since the new version is in the tree.