commit: 21cb3af58f51c3ee7d488f628eb90315f73e9650 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 8 07:33:19 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 8 07:35:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cb3af5
eclass/tests/python-utils-r1: update impl support status eclass/tests/python-utils-r1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 383c9229811..414ad5c53d6 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -167,8 +167,10 @@ test_is "_python_impl_supported python2_6" 1 test_is "_python_impl_supported python2_7" 0 test_is "_python_impl_supported python3_1" 1 test_is "_python_impl_supported python3_2" 1 -test_is "_python_impl_supported python3_3" 0 +test_is "_python_impl_supported python3_3" 1 test_is "_python_impl_supported python3_4" 0 +test_is "_python_impl_supported python3_5" 0 +test_is "_python_impl_supported python3_6" 0 test_is "_python_impl_supported pypy1_8" 1 test_is "_python_impl_supported pypy1_9" 1 test_is "_python_impl_supported pypy2_0" 1
