diff options
author | 2010-10-23 11:22:47 +0000 | |
---|---|---|
committer | 2010-10-23 11:22:47 +0000 | |
commit | 30f6ac0ff851d1abed09476481fc7102661fd674 (patch) | |
tree | b40b99a740368ea8927b2c07769c3cd3f04a7bfd /dev-python/sip/files | |
parent | Patch to build against Qt-4.7. Bug #338497. Migrated to qt4-r2 (diff) | |
download | gentoo-2-30f6ac0ff851d1abed09476481fc7102661fd674.tar.gz gentoo-2-30f6ac0ff851d1abed09476481fc7102661fd674.tar.bz2 gentoo-2-30f6ac0ff851d1abed09476481fc7102661fd674.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/sip/files')
-rw-r--r-- | dev-python/sip/files/sip-4.8.2-python-3.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/sip/files/sip-4.8.2-python-3.patch b/dev-python/sip/files/sip-4.8.2-python-3.patch deleted file mode 100644 index 344026641f69..000000000000 --- a/dev-python/sip/files/sip-4.8.2-python-3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- sipdistutils.py -+++ sipdistutils.py -@@ -29,7 +29,7 @@ - out.append(os.path.join(self.build_temp, o)) - return out - -- raise RuntimeError, "cannot parse SIP-generated '%s'" % sbf -+ raise RuntimeError("cannot parse SIP-generated '%s'" % sbf) - - def _find_sip(self): - import sipconfig |