diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-07-12 13:39:43 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-07-12 13:40:20 +0200 |
commit | 9870e8ba7281a1584c955c7cff891827a77f4949 (patch) | |
tree | aba553ef01d7f0a6b3d06c5580448a98d39746db /net-im/poezio | |
parent | profiles: mask dev-lang/lua:5.2 for removal (diff) | |
download | gentoo-9870e8ba7281a1584c955c7cff891827a77f4949.tar.gz gentoo-9870e8ba7281a1584c955c7cff891827a77f4949.tar.bz2 gentoo-9870e8ba7281a1584c955c7cff891827a77f4949.zip |
net-im/poezio: enable py3.9
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/poezio')
-rw-r--r-- | net-im/poezio/poezio-0.13.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-im/poezio/poezio-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild index ae4c009726e2..a080438c959f 100644 --- a/net-im/poezio/poezio-0.13.1-r1.ebuild +++ b/net-im/poezio/poezio-0.13.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 readme.gentoo-r1 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index f39bc56b1eb6..0ca4b6cbda4a 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 readme.gentoo-r1 |