Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dput-ng/
Date: Sun, 21 Nov 2021 21:31:55
Message-Id: 1637530309.b16c88751bfdc250bbf7a3ad2dd4c8404710547f.mgorny@gentoo
1 commit: b16c88751bfdc250bbf7a3ad2dd4c8404710547f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 21:31:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 21:31:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16c8875
7
8 dev-util/dput-ng: Remove py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/dput-ng/dput-ng-1.32.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/dput-ng/dput-ng-1.32.ebuild b/dev-util/dput-ng/dput-ng-1.32.ebuild
16 index 5b8509a72cc4..fac0bd787090 100644
17 --- a/dev-util/dput-ng/dput-ng-1.32.ebuild
18 +++ b/dev-util/dput-ng/dput-ng-1.32.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8,9} )
24 +PYTHON_COMPAT=( python3_9 )
25 DISTUTILS_SINGLE_IMPL=1
26
27 inherit bash-completion-r1 distutils-r1