Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsmbios/
Date: Mon, 02 May 2022 06:06:01
Message-Id: 1651471552.f8a32402b91f5588cd7a7dd11f6b8814eea7558c.sam@gentoo
1 commit: f8a32402b91f5588cd7a7dd11f6b8814eea7558c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 06:05:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 06:05:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a32402
7
8 sys-libs/libsmbios: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild
16 index 56a475848ec4..f982ee3c0391 100644
17 --- a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild
18 +++ b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8,9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit autotools flag-o-matic python-single-r1