diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-24 23:32:49 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-25 00:32:58 +0200 |
commit | f79bd753d5e43e52dc5fa08e467bd5ec82878a1d (patch) | |
tree | 73a11860d4dd682b2c9cfb9d317188503e4e133a /net-im | |
parent | dev-python/configargparse: add python3.9 support (diff) | |
download | gentoo-f79bd753d5e43e52dc5fa08e467bd5ec82878a1d.tar.gz gentoo-f79bd753d5e43e52dc5fa08e467bd5ec82878a1d.tar.bz2 gentoo-f79bd753d5e43e52dc5fa08e467bd5ec82878a1d.zip |
net-im/swift: add python3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/swift/swift-4.0.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/swift/swift-4.0.2-r3.ebuild b/net-im/swift/swift-4.0.2-r3.ebuild index d2f464ac8c6b..efae168146b6 100644 --- a/net-im/swift/swift-4.0.2-r3.ebuild +++ b/net-im/swift/swift-4.0.2-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit gnome2-utils python-any-r1 scons-utils toolchain-funcs |