From 26ac99379043596129babab3e97b5ae096ae3be0 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 30 Sep 2021 15:09:15 +0300 Subject: www-apps/prewikka: enable py3.9, enable py3.10 Signed-off-by: Arthur Zamarin --- www-apps/prewikka/prewikka-5.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www-apps') diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild b/www-apps/prewikka/prewikka-5.2.0.ebuild index 592238c984eb..8771dc758009 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 } -- cgit v1.2.3-65-gdbad