From b16c88751bfdc250bbf7a3ad2dd4c8404710547f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Nov 2021 22:31:12 +0100 Subject: [PATCH] dev-util/dput-ng: Remove py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 5b8509a72cc48..fac0bd787090d 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