commit:     26ac99379043596129babab3e97b5ae096ae3be0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 12:09:15 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 12:11:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ac9937

www-apps/prewikka: enable py3.9, enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apps/prewikka/prewikka-5.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild 
b/www-apps/prewikka/prewikka-5.2.0.ebuild
index 592238c984e..8771dc75800 100644
--- a/www-apps/prewikka/prewikka-5.2.0.ebuild
+++ b/www-apps/prewikka/prewikka-5.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="ssl"
 
 inherit distutils-r1 optfeature
@@ -48,5 +48,5 @@ src_install() {
 }
 
 pkg_postinst() {
-       optfeature "Asynchronous DNS" dev-python/twisted[${PYTHON_USEDEP}]
+       optfeature "Asynchronous DNS" dev-python/twisted
 }

Reply via email to