Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/FoBiS/
Date: Wed, 15 Sep 2021 07:50:34
Message-Id: 1631565476.03ea71c028cef448dd700052a18ef3c5753230c5.arthurzam@gentoo
1 commit: 03ea71c028cef448dd700052a18ef3c5753230c5
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Mon Sep 13 20:37:56 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 20:37:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03ea71c0
7
8 dev-util/FoBiS: Unset DISTUTILS_USE_SETUPTOOLS. Update PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/812458
11
12 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
13
14 dev-util/FoBiS/FoBiS-3.0.5.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-util/FoBiS/FoBiS-3.0.5.ebuild b/dev-util/FoBiS/FoBiS-3.0.5.ebuild
18 index b3be8c1ad..27a66da0f 100644
19 --- a/dev-util/FoBiS/FoBiS-3.0.5.ebuild
20 +++ b/dev-util/FoBiS/FoBiS-3.0.5.ebuild
21 @@ -2,8 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7..9} )
26 -DISTUTILS_USE_SETUPTOOLS=rdepend
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit distutils-r1