Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken2/
Date: Thu, 03 Nov 2022 19:18:46
Message-Id: 1667503113.723ba8918ef845fc658e1f16dde74ef7305c153f.arthurzam@gentoo
1 commit: 723ba8918ef845fc658e1f16dde74ef7305c153f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 19:18:33 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 19:18:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723ba891
7
8 dev-python/shiboken2: Stabilize 5.15.6 arm64, #879393
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/shiboken2/shiboken2-5.15.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/shiboken2/shiboken2-5.15.6.ebuild b/dev-python/shiboken2/shiboken2-5.15.6.ebuild
16 index 02fb51cd1408..602918150df9 100644
17 --- a/dev-python/shiboken2/shiboken2-5.15.6.ebuild
18 +++ b/dev-python/shiboken2/shiboken2-5.15.6.ebuild
19 @@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}/sources/shiboken2"
20 # arbitrarily relicensed. (TODO)
21 LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="~amd64 ~arm arm64 ~x86"
25 IUSE="+docstrings numpy test vulkan"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"