diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:04:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:41:18 +0100 |
commit | a00fa7a4cb9816198adbbd8dbf8c4cd94ff2bc98 (patch) | |
tree | 48e7ae51e558a6094788ea20096b39fe2c216f13 /net-im/swift | |
parent | net-analyzer/speedtest-cli: add python3.12 support (diff) | |
download | gentoo-a00fa7a4cb9816198adbbd8dbf8c4cd94ff2bc98.tar.gz gentoo-a00fa7a4cb9816198adbbd8dbf8c4cd94ff2bc98.tar.bz2 gentoo-a00fa7a4cb9816198adbbd8dbf8c4cd94ff2bc98.zip |
net-im/swift: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/swift')
-rw-r--r-- | net-im/swift/swift-4.0.3-r2.ebuild (renamed from net-im/swift/swift-4.0.3-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/swift/swift-4.0.3-r1.ebuild b/net-im/swift/swift-4.0.3-r2.ebuild index ba59f4d41977..686e9cf6c7c7 100644 --- a/net-im/swift/swift-4.0.3-r1.ebuild +++ b/net-im/swift/swift-4.0.3-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..2} luajit ) -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit lua-single python-any-r1 scons-utils toolchain-funcs |