diff options
author | Sam James <sam@gentoo.org> | 2022-05-26 02:13:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-26 02:13:25 +0100 |
commit | 8c229cd25dedc9543a28340871ab5e367ccb98a0 (patch) | |
tree | 74f7af5bf56d9299c0362c362a026b5d87507c03 /net-misc | |
parent | media-gfx/inkscape: Fix automagic dependency on libX11 (diff) | |
download | gentoo-8c229cd25dedc9543a28340871ab5e367ccb98a0.tar.gz gentoo-8c229cd25dedc9543a28340871ab5e367ccb98a0.tar.bz2 gentoo-8c229cd25dedc9543a28340871ab5e367ccb98a0.zip |
net-misc/pssh: disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pssh/pssh-2.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild index c84286d379e3..78373cfe0d29 100644 --- a/net-misc/pssh/pssh-2.3.4-r1.ebuild +++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |