summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-10-09 19:08:18 +0000
committerMichał Górny <mgorny@gentoo.org>2013-10-09 19:08:18 +0000
commit67eb4a5b4989acd41eb0d89f3fb99ac4d171161f (patch)
treed8a2618e35e268cb20146e141434afe2db84a65c /eclass
parentUse improved unit files from Exherbo (thanks to tgurr for suggesting the chan... (diff)
downloadgentoo-2-67eb4a5b4989acd41eb0d89f3fb99ac4d171161f.tar.gz
gentoo-2-67eb4a5b4989acd41eb0d89f3fb99ac4d171161f.tar.bz2
gentoo-2-67eb4a5b4989acd41eb0d89f3fb99ac4d171161f.zip
Fix pypy dependency.
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 0cac82d95270..8cc179278977 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.1016 2013/10/09 17:23:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1017 2013/10/09 19:08:18 mgorny Exp $
+
+ 09 Oct 2013; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
+ Fix pypy dependency.
09 Oct 2013; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
Bump dependencies on Python interpreters to require newest stable versions.
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index ccfc0a4edf34..1bba3b8e255d 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.42 2013/10/09 17:23:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.43 2013/10/09 19:08:18 mgorny Exp $
# @ECLASS: python-utils-r1
# @MAINTAINER:
@@ -358,7 +358,7 @@ python_export() {
python3.3)
PYTHON_PKG_DEP='>=dev-lang/python-3.3.2-r2:3.3';;
pypy-c2.0)
- PYTHON_PKG_DEP='>=dev-python/pypy-2.0.2:2.0';;
+ PYTHON_PKG_DEP='>=virtual/pypy-2.0.2:2.0';;
jython2.5)
PYTHON_PKG_DEP='>=dev-java/jython-2.5.3-r2:2.5';;
jython2.7)