summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-01 23:07:22 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-02 07:18:50 +0100
commitf5485f46b11f031b4daafe2913fb5d5379dbd448 (patch)
tree7110764e4305d0248f25a1da1560c61a58369807 /dev-util/scons/files/scons-2.1.0-jython.patch
parentdev-util/abi-dumper: Clean old up (diff)
downloadgentoo-f5485f46b11f031b4daafe2913fb5d5379dbd448.tar.gz
gentoo-f5485f46b11f031b4daafe2913fb5d5379dbd448.tar.bz2
gentoo-f5485f46b11f031b4daafe2913fb5d5379dbd448.zip
dev-util/scons: Clean old up
Diffstat (limited to 'dev-util/scons/files/scons-2.1.0-jython.patch')
-rw-r--r--dev-util/scons/files/scons-2.1.0-jython.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/scons/files/scons-2.1.0-jython.patch b/dev-util/scons/files/scons-2.1.0-jython.patch
deleted file mode 100644
index ca04e12031e1..000000000000
--- a/dev-util/scons/files/scons-2.1.0-jython.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://scons.tigris.org/issues/show_bug.cgi?id=2791
-
---- setup.py
-+++ setup.py
-@@ -325,7 +325,7 @@
- self.copy_scons(src, scons_version_bat)
-
- # --- distutils copy/paste ---
-- if os.name == 'posix':
-+ if hasattr(os, 'chmod'):
- # Set the executable bits (owner, group, and world) on
- # all the scripts we just installed.
- for file in self.get_outputs():