Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/
Date: Thu, 01 Jul 2021 21:45:27
Message-Id: 1625175899.ff23006c7e9dd812699bdf4ebdb7b5703b870380.conikost@gentoo
1 commit: ff23006c7e9dd812699bdf4ebdb7b5703b870380
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 21:44:06 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:44:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff23006c
7
8 x11-misc/arandr: add python3.10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 x11-misc/arandr/arandr-0.1.10-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/arandr/arandr-0.1.10-r1.ebuild b/x11-misc/arandr/arandr-0.1.10-r1.ebuild
17 index 2da6f3298b6..0ad5b88dffc 100644
18 --- a/x11-misc/arandr/arandr-0.1.10-r1.ebuild
19 +++ b/x11-misc/arandr/arandr-0.1.10-r1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS="no"
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1