mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-qt/qtdeclarative: Add python3.14 support for qt5
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f15909ba78
commit
4731df2201
@ -8,7 +8,7 @@ if [[ ${PV} != *9999* ]]; then
|
|||||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..13} )
|
PYTHON_COMPAT=( python3_{8..14} )
|
||||||
inherit flag-o-matic python-any-r1 qt5-build
|
inherit flag-o-matic python-any-r1 qt5-build
|
||||||
|
|
||||||
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
|
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user