diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-07-12 11:51:44 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-07-12 11:51:44 +0000 |
commit | 4a71f77e99ec4f33718fca29235c2ad15207a027 (patch) | |
tree | 7a42b01fb17391d6454e7ee35c91ca4a1b25ab3c | |
parent | Merge updates from master (diff) | |
parent | net-im/poezio: enable py3.9 (diff) | |
download | gentoo-4a71f77e99ec4f33718fca29235c2ad15207a027.tar.gz gentoo-4a71f77e99ec4f33718fca29235c2ad15207a027.tar.bz2 gentoo-4a71f77e99ec4f33718fca29235c2ad15207a027.zip |
Merge updates from master
-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 |