summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2021-07-12 11:51:44 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2021-07-12 11:51:44 +0000
commit4a71f77e99ec4f33718fca29235c2ad15207a027 (patch)
tree7a42b01fb17391d6454e7ee35c91ca4a1b25ab3c
parentMerge updates from master (diff)
parentnet-im/poezio: enable py3.9 (diff)
downloadgentoo-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.ebuild2
-rw-r--r--net-im/poezio/poezio-9999.ebuild4
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