summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-08 14:56:29 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-08 14:56:29 +0000
commit05a05d0fcc468ffd65c5a77f62277aa58a6775c4 (patch)
tree5143721fc6653961b43d4ee34c784947d85200b1 /eclass
parentVersion bump. (diff)
downloadgentoo-2-05a05d0fcc468ffd65c5a77f62277aa58a6775c4.tar.gz
gentoo-2-05a05d0fcc468ffd65c5a77f62277aa58a6775c4.tar.bz2
gentoo-2-05a05d0fcc468ffd65c5a77f62277aa58a6775c4.zip
Fix PYTHON_SITEDIR for Jython.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/python-utils-r1.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 4346e9194369..5da2163756c3 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.951 2013/09/08 14:54:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.952 2013/09/08 14:56:29 mgorny Exp $
+
+ 08 Sep 2013; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
+ Fix PYTHON_SITEDIR for Jython.
08 Sep 2013; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
Do not export PYTHON_INCLUDEDIR on Jython, since it does not install headers.
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index b07f4c0f7164..3a1c4ee5f463 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.33 2013/09/08 14:54:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.34 2013/09/08 14:56:29 mgorny Exp $
# @ECLASS: python-utils-r1
# @MAINTAINER:
@@ -252,7 +252,7 @@ python_export() {
dir=/usr/$(get_libdir)/${impl}
;;
jython*)
- dir=/usr/share/${impl}/Lib
+ dir=/usr/share/${impl/n/n-}/Lib
;;
pypy*)
dir=/usr/$(get_libdir)/${impl/-c/}