summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-08-01 13:02:05 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-08-01 13:02:05 +0000
commit98ba5647d81eefa335350912f8f91f9c308ee02e (patch)
treebc018115f071f0fcf5f4346ff139387910ef9a4c /net-fs/tahoe-lafs/files
parentStable for sparc, wrt bug #478316 (diff)
downloadgentoo-2-98ba5647d81eefa335350912f8f91f9c308ee02e.tar.gz
gentoo-2-98ba5647d81eefa335350912f8f91f9c308ee02e.tar.bz2
gentoo-2-98ba5647d81eefa335350912f8f91f9c308ee02e.zip
initial import wrt #220018
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-fs/tahoe-lafs/files')
-rw-r--r--net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch b/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch
new file mode 100644
index 000000000000..6cc7ae9dfd34
--- /dev/null
+++ b/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch
@@ -0,0 +1,17 @@
+From: Julian Ospald <hasufell@gentoo.org>
+Date: Thu Aug 1 02:58:04 UTC 2013
+Subject: remove bundled setuptools
+
+--- allmydata-tahoe-1.10.0/setup.py
++++ allmydata-tahoe-1.10.0/setup.py
+@@ -70,9 +70,7 @@
+
+ __requires__ = install_requires[:]
+
+-egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
+-sys.path.insert(0, egg)
+-import setuptools; setuptools.bootstrap_install_from = egg
++import setuptools
+
+ from setuptools import setup
+ from setuptools.command import sdist