diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:48:33 +0100 |
commit | 7fa8da3aefdd7af26de4027386f807761981ffd4 (patch) | |
tree | 6d8c694de2a95724d4f22c4e0bf80a0ec3c9ffcf | |
parent | dev-python/pyside6-tools: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-7fa8da3aefdd7af26de4027386f807761981ffd4.tar.gz gentoo-7fa8da3aefdd7af26de4027386f807761981ffd4.tar.bz2 gentoo-7fa8da3aefdd7af26de4027386f807761981ffd4.zip |
dev-python/shiboken6: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/shiboken6/shiboken6-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shiboken6/shiboken6-6.7.3.ebuild b/dev-python/shiboken6/shiboken6-6.7.3.ebuild index 50a517127789..20795abc25d1 100644 --- a/dev-python/shiboken6/shiboken6-6.7.3.ebuild +++ b/dev-python/shiboken6/shiboken6-6.7.3.ebuild @@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_PN}-${PV}/sources/shiboken6" # arbitrarily relicensed. (TODO) LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3" SLOT="6/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="+docstrings numpy test vulkan" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |