diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-07 20:07:27 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-07 20:07:27 +0200 |
commit | 97c96a40e6d613e852dd1f7e622720da3b25dc2b (patch) | |
tree | b20940d7269e58b9a609f7d5c797fa9b94ffe453 /dev-python/pyqtgraph | |
parent | dev-python/xarray: Stabilize 2022.11.0 ppc, #885269 (diff) | |
download | gentoo-97c96a40e6d613e852dd1f7e622720da3b25dc2b.tar.gz gentoo-97c96a40e6d613e852dd1f7e622720da3b25dc2b.tar.bz2 gentoo-97c96a40e6d613e852dd1f7e622720da3b25dc2b.zip |
dev-python/pyqtgraph: Stabilize 0.13.1 ALLARCHES, #883543
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyqtgraph')
-rw-r--r-- | dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild index a3b8db83ee24..ce80f3e399b6 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ S=${WORKDIR}/${PN}-${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~riscv ~x86" +KEYWORDS="amd64 ~arm ~riscv x86" IUSE="opengl svg" REQUIRED_USE="test? ( opengl svg )" |