Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/criterion/
Date: Thu, 03 Feb 2022 02:25:47
Message-Id: 1643855106.2695ca552f4622c292570bc6e29c6464d7d40f9f.sam@gentoo
1 commit: 2695ca552f4622c292570bc6e29c6464d7d40f9f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 02:25:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 02:25:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2695ca55
7
8 dev-libs/criterion: drop obsolete python3.7
9
10 Eclass ignores this anyway.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/criterion/criterion-2.4.0_rc.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/criterion/criterion-2.4.0_rc.ebuild b/dev-libs/criterion/criterion-2.4.0_rc.ebuild
18 index 29e861aa2fd0..40ecb5549ade 100644
19 --- a/dev-libs/criterion/criterion-2.4.0_rc.ebuild
20 +++ b/dev-libs/criterion/criterion-2.4.0_rc.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="8"
24
25 -PYTHON_COMPAT=( python3_{7..10} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit meson python-any-r1