Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
Date: Thu, 26 May 2022 01:14:06
Message-Id: 1653527605.8c229cd25dedc9543a28340871ab5e367ccb98a0.sam@gentoo
1 commit: 8c229cd25dedc9543a28340871ab5e367ccb98a0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 01:13:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 01:13:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c229cd2
7
8 net-misc/pssh: disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/pssh/pssh-2.3.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild
16 index c84286d379e3..78373cfe0d29 100644
17 --- a/net-misc/pssh/pssh-2.3.4-r1.ebuild
18 +++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9,10} )
27 +PYTHON_COMPAT=( python3_{8,9,10} )
28 DISTUTILS_SINGLE_IMPL=1
29
30 inherit distutils-r1