Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/
Date: Wed, 08 Mar 2017 07:36:33
Message-Id: 1488958552.21cb3af58f51c3ee7d488f628eb90315f73e9650.mgorny@gentoo
1 commit: 21cb3af58f51c3ee7d488f628eb90315f73e9650
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 8 07:33:19 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 07:35:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cb3af5
7
8 eclass/tests/python-utils-r1: update impl support status
9
10 eclass/tests/python-utils-r1.sh | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
14 index 383c9229811..414ad5c53d6 100755
15 --- a/eclass/tests/python-utils-r1.sh
16 +++ b/eclass/tests/python-utils-r1.sh
17 @@ -167,8 +167,10 @@ test_is "_python_impl_supported python2_6" 1
18 test_is "_python_impl_supported python2_7" 0
19 test_is "_python_impl_supported python3_1" 1
20 test_is "_python_impl_supported python3_2" 1
21 -test_is "_python_impl_supported python3_3" 0
22 +test_is "_python_impl_supported python3_3" 1
23 test_is "_python_impl_supported python3_4" 0
24 +test_is "_python_impl_supported python3_5" 0
25 +test_is "_python_impl_supported python3_6" 0
26 test_is "_python_impl_supported pypy1_8" 1
27 test_is "_python_impl_supported pypy1_9" 1
28 test_is "_python_impl_supported pypy2_0" 1