diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-09 19:08:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-09 19:08:18 +0000 |
commit | 67eb4a5b4989acd41eb0d89f3fb99ac4d171161f (patch) | |
tree | d8a2618e35e268cb20146e141434afe2db84a65c /eclass/python-utils-r1.eclass | |
parent | Use improved unit files from Exherbo (thanks to tgurr for suggesting the chan... (diff) | |
download | gentoo-2-67eb4a5b4989acd41eb0d89f3fb99ac4d171161f.tar.gz gentoo-2-67eb4a5b4989acd41eb0d89f3fb99ac4d171161f.tar.bz2 gentoo-2-67eb4a5b4989acd41eb0d89f3fb99ac4d171161f.zip |
Fix pypy dependency.
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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) |