commit: 59f02244aeebf97bc006722c397d5320b44ab258
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 11:52:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 12:22:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f02244
dev-libs/redland-bindings: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/redland-bindings/redland-bindings-1.0.17.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r1.ebuild
b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r1.ebuild
index 29a75a63c57..e2d64512b6f 100644
--- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r1.ebuild
+++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{6..9} )
USE_PHP="php7-2 php7-3 php7-4"
PHP_EXT_ECONF_ARGS="--with-php=yes --without-lua --without-perl
--without-python --without-ruby"