diff options
Diffstat (limited to 'dev-qt/qtdeclarative/qtdeclarative-5.15.7-r1.ebuild')
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.15.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.7-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.7-r1.ebuild index f92c424c84cb..f865ec6efb2f 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.7-r1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2009-2022 Gentoo Authors +# Copyright 2009-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" |