diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-12 09:23:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-12 09:23:39 +0000 |
commit | a46f12ad7294022ba908eaaefd208fa2e7188ef2 (patch) | |
tree | ec10927625dfd00e6fe5a6fb187d7b672f805daa /eclass/tests | |
parent | Update the mask for fixed ebuild and virtual. (diff) | |
download | historical-a46f12ad7294022ba908eaaefd208fa2e7188ef2.tar.gz historical-a46f12ad7294022ba908eaaefd208fa2e7188ef2.tar.bz2 historical-a46f12ad7294022ba908eaaefd208fa2e7188ef2.zip |
Add non-slotted pypy to the eclass.
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index e3e9c6328ce7..9b246ace5447 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -61,9 +61,17 @@ test_var PYTHON_INCLUDEDIR pypy2_0 /usr/lib/pypy2.0/include test_var PYTHON_PKG_DEP pypy2_0 '*virtual/pypy*:2.0' test_var PYTHON_SCRIPTDIR pypy2_0 /usr/lib/python-exec/pypy-c2.0 +test_var EPYTHON pypy pypy +test_var PYTHON pypy /usr/bin/pypy +test_var PYTHON_SITEDIR pypy /usr/lib/pypy/site-packages +test_var PYTHON_INCLUDEDIR pypy /usr/lib/pypy/include +test_var PYTHON_PKG_DEP pypy '*virtual/pypy*:0' +test_var PYTHON_SCRIPTDIR pypy /usr/lib/python-exec/pypy + test_is python_is_python3 python2.7 1 test_is python_is_python3 python3.2 0 test_is python_is_python3 jython2.7 1 test_is python_is_python3 pypy2.0 1 +test_is python_is_python3 pypy 1 texit |