Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
Date: Sun, 17 Oct 2021 16:51:16
Message-Id: 1634489464.f857dd22657ca19f16db1691fb6f003d3df2b393.prometheanfire@gentoo
1 commit: f857dd22657ca19f16db1691fb6f003d3df2b393
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 16:51:04 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 16:51:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f857dd22
7
8 dev-util/gertty: fix setuptools value
9
10 Closes: https://bugs.gentoo.org/818604
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-util/gertty/gertty-1.6.0-r1.ebuild | 5 ++---
15 dev-util/gertty/gertty-9999.ebuild | 5 ++---
16 2 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
19 index 420946d2f2c..1c7c40458d6 100644
20 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
21 +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
22 @@ -1,9 +1,8 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_7 python3_8 )
29 -DISTUTILS_USE_SETUPTOOLS=rdepend
30 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
31
32 inherit distutils-r1
33
34
35 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
36 index 3b0c0eca20c..31488d532f1 100644
37 --- a/dev-util/gertty/gertty-9999.ebuild
38 +++ b/dev-util/gertty/gertty-9999.ebuild
39 @@ -1,9 +1,8 @@
40 -# Copyright 1999-2020 Gentoo Authors
41 +# Copyright 1999-2021 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 -PYTHON_COMPAT=( python3_7 python3_8 )
46 -DISTUTILS_USE_SETUPTOOLS=rdepend
47 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
48
49 inherit distutils-r1