diff options
author | 2016-11-27 23:01:30 +0000 | |
---|---|---|
committer | 2016-11-27 23:09:49 +0000 | |
commit | 69029b5305a7dd70a86e3121b9de5a8893888a4d (patch) | |
tree | d0c92cfa7fbac6f3a1a4aa9acbd957c9ef7f2d1a /dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch | |
parent | sys-auth/oath-toolkit: remove vulnerable wrt sec bug #600520 (diff) | |
download | gentoo-69029b5305a7dd70a86e3121b9de5a8893888a4d.tar.gz gentoo-69029b5305a7dd70a86e3121b9de5a8893888a4d.tar.bz2 gentoo-69029b5305a7dd70a86e3121b9de5a8893888a4d.zip |
dev-java/jython: Bump guava SLOT, drop readline, EAPI bump
guava:20 is needed so that Java 7 can be dropped from Gentoo.
Support for GNU Readline was dropped from Jython in an earlier version
so the flag and its associated code is of no use now.
There is no need to fix the CLASSPATH in src/shell/jython as this
script is not installed or used at all. I have verified this by
grepping the installed result and deleting the script before building.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch')
-rw-r--r-- | dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch b/dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch index 150d463f1db..fc9a95be89f 100644 --- a/dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch +++ b/dev-java/jython/files/jython-2.5.2-distutils_scripts_location.patch @@ -1,5 +1,5 @@ ---- Lib/distutils/command/install.py -+++ Lib/distutils/command/install.py +--- a/Lib/distutils/command/install.py ++++ b/Lib/distutils/command/install.py @@ -70,7 +70,7 @@ 'purelib': '$base/Lib/site-packages', 'platlib': '$base/Lib/site-packages', |