commit: 1d537da7cee655dfb04184128883f41501ad57de
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 03:07:12 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 03:08:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d537da7
dev-python/pyqtgraph: add REQUIRED_USE to ensure at least one Qt
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
dev-python/pyqtgraph/pyqtgraph-0.13.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.13.7-r2.ebuild
b/dev-python/pyqtgraph/pyqtgraph-0.13.7-r2.ebuild
index 19cf3d006c7b..a8489dd42e82 100644
--- a/dev-python/pyqtgraph/pyqtgraph-0.13.7-r2.ebuild
+++ b/dev-python/pyqtgraph/pyqtgraph-0.13.7-r2.ebuild
@@ -24,7 +24,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
IUSE="opengl svg qt5 +qt6"
-REQUIRED_USE="test? ( opengl svg )"
+REQUIRED_USE="test? ( opengl svg ) || ( qt5 qt6 )"
RDEPEND="
>=dev-python/numpy-1.22[${PYTHON_USEDEP}]