commit: b16c88751bfdc250bbf7a3ad2dd4c8404710547f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 21:31:12 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 21:31:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16c8875
dev-util/dput-ng: Remove py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/dput-ng/dput-ng-1.32.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/dput-ng/dput-ng-1.32.ebuild
b/dev-util/dput-ng/dput-ng-1.32.ebuild
index 5b8509a72cc4..fac0bd787090 100644
--- a/dev-util/dput-ng/dput-ng-1.32.ebuild
+++ b/dev-util/dput-ng/dput-ng-1.32.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_9 )
DISTUTILS_SINGLE_IMPL=1
inherit bash-completion-r1 distutils-r1