diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 22:43:03 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:35 +0200 |
commit | 45c07f3fc4ec0c084f20bd02896f0e4d85bc82ef (patch) | |
tree | 2fe9bb1987f48498dab71d32201288b5731d45f1 /net-im/swift | |
parent | dev-util/smem: add python3.10 support (diff) | |
download | gentoo-45c07f3fc4ec0c084f20bd02896f0e4d85bc82ef.tar.gz gentoo-45c07f3fc4ec0c084f20bd02896f0e4d85bc82ef.tar.bz2 gentoo-45c07f3fc4ec0c084f20bd02896f0e4d85bc82ef.zip |
net-im/swift: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/swift')
-rw-r--r-- | net-im/swift/swift-4.0.2-r102.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/swift/swift-4.0.2-r102.ebuild b/net-im/swift/swift-4.0.2-r102.ebuild index 41eaf45dd361..df585e184aac 100644 --- a/net-im/swift/swift-4.0.2-r102.ebuild +++ b/net-im/swift/swift-4.0.2-r102.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit lua-single python-any-r1 scons-utils toolchain-funcs |