commit: c23618a2b8ba8404125837552e6c3d4cf60dc7e5
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 05:26:19 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 05:26:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23618a2
dev-python/pyqtgraph: remove unused USE
The qt5, qt6, and pyside6 USE were added when it was intended
to make this user-selectable, however it was decided that we
only need to use PyQt6 and the USE now do nothing.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
dev-python/pyqtgraph/metadata.xml | 3 ---
dev-python/pyqtgraph/pyqtgraph-0.13.7-r1.ebuild | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/pyqtgraph/metadata.xml
b/dev-python/pyqtgraph/metadata.xml
index d0dd610bedf9..253354553210 100644
--- a/dev-python/pyqtgraph/metadata.xml
+++ b/dev-python/pyqtgraph/metadata.xml
@@ -13,9 +13,6 @@
and Qt's GraphicsView framework for fast display.
</longdescription>
<stabilize-allarches/>
- <use>
- <flag name="pyside6">Enable support for PySide6 bindings for
Qt6.</flag>
- </use>
<upstream>
<remote-id type="github">pyqtgraph/pyqtgraph</remote-id>
<remote-id type="pypi">pyqtgraph</remote-id>
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.13.7-r1.ebuild
b/dev-python/pyqtgraph/pyqtgraph-0.13.7-r1.ebuild
index bbf6bf1ccb3a..f8696b1a9cec 100644
--- a/dev-python/pyqtgraph/pyqtgraph-0.13.7-r1.ebuild
+++ b/dev-python/pyqtgraph/pyqtgraph-0.13.7-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${PN}-${P}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
-IUSE="opengl pyside6 qt5 +qt6 svg"
+IUSE="opengl svg"
REQUIRED_USE="test? ( opengl svg )"
RDEPEND="