summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-10-17 11:51:04 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-10-17 11:51:04 -0500
commitf857dd22657ca19f16db1691fb6f003d3df2b393 (patch)
tree5ee0e20061e4fe3bd08470a45ea238b401cc7839 /dev-util
parentmedia-plugins/live: add 2021.08.24 (diff)
downloadgentoo-f857dd22657ca19f16db1691fb6f003d3df2b393.tar.gz
gentoo-f857dd22657ca19f16db1691fb6f003d3df2b393.tar.bz2
gentoo-f857dd22657ca19f16db1691fb6f003d3df2b393.zip
dev-util/gertty: fix setuptools value
Closes: https://bugs.gentoo.org/818604 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/gertty/gertty-1.6.0-r1.ebuild5
-rw-r--r--dev-util/gertty/gertty-9999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 420946d2f2c2..1c7c40458d66 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
inherit distutils-r1
diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 3b0c0eca20ca..31488d532f1c 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
inherit distutils-r1