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: Wed, 03 Aug 2022 04:38:58
Message-Id: 1659501516.893721134ee8cf5ba4b9f92aaff286899c03ccf4.arthurzam@gentoo
1 commit: 893721134ee8cf5ba4b9f92aaff286899c03ccf4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 04:38:36 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 04:38:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89372113
7
8 dev-python/shiboken2: Stabilize 5.15.2-r2 arm64, #863128
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/shiboken2/shiboken2-5.15.2-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/shiboken2/shiboken2-5.15.2-r2.ebuild b/dev-python/shiboken2/shiboken2-5.15.2-r2.ebuild
16 index ab8b7ab7bb2b..b022d8ba5b8c 100644
17 --- a/dev-python/shiboken2/shiboken2-5.15.2-r2.ebuild
18 +++ b/dev-python/shiboken2/shiboken2-5.15.2-r2.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}"