From cf929e81c9a8aa8bd71efb66772decd3259ea862 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 23 May 2025 11:28:52 -0400 Subject: [PATCH] dev-qt/qtdeclarative: set QT6_HAS_STATIC_LIBS=1 in live Signed-off-by: Ionen Wolkens --- dev-qt/qtdeclarative/qtdeclarative-6.9.9999.ebuild | 7 +++---- dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-6.9.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-6.9.9999.ebuild index a0b525fb40614..d9c1d4f601aa4 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-6.9.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-6.9.9999.ebuild @@ -1,14 +1,13 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) - +PYTHON_COMPAT=( python3_{11..13} ) +QT6_HAS_STATIC_LIBS=1 # behaves very badly when qtdeclarative is not already installed, also # other more minor issues (installs junk, sandbox/offscreen issues) QT6_RESTRICT_TESTS=1 - inherit python-any-r1 qt6-build DESCRIPTION="Qt Declarative (Quick 2)" diff --git a/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild index a0b525fb40614..d9c1d4f601aa4 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild @@ -1,14 +1,13 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) - +PYTHON_COMPAT=( python3_{11..13} ) +QT6_HAS_STATIC_LIBS=1 # behaves very badly when qtdeclarative is not already installed, also # other more minor issues (installs junk, sandbox/offscreen issues) QT6_RESTRICT_TESTS=1 - inherit python-any-r1 qt6-build DESCRIPTION="Qt Declarative (Quick 2)"