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: Mon, 30 Mar 2020 11:57:39
Message-Id: 1585569453.9e1d480c2fdd9906aaa4bfe6e20be8ceb0c9af7c.mgorny@gentoo
1 commit: 9e1d480c2fdd9906aaa4bfe6e20be8ceb0c9af7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 11:56:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 11:57:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1d480c
7
8 eclass/tests/distutils-r1.sh: Update Python versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/tests/distutils-r1.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/tests/distutils-r1.sh b/eclass/tests/distutils-r1.sh
16 index 9ef4562edf1..10f57b59edf 100755
17 --- a/eclass/tests/distutils-r1.sh
18 +++ b/eclass/tests/distutils-r1.sh
19 @@ -63,7 +63,7 @@ tend
20 einfo distutils_enable_tests
21 eindent
22 BASE_IUSE="python_targets_python2_7"
23 -BASE_DEPS="python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]"
24 +BASE_DEPS="python_targets_python2_7? ( >=dev-lang/python-2.7.17-r1:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]"
25 TEST_RESTRICT=" !test? ( test )"
26
27 einfo "empty RDEPEND"