diff options
Diffstat (limited to 'www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild')
-rw-r--r-- | www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild index 52e81200b1b8..8f92a32cf465 100644 --- a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" -IUSE="" + REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="" |