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: Fri, 25 Feb 2022 18:53:44
Message-Id: 1645815198.9831e244f43ff96b73705dc904dc730c765caec7.arthurzam@gentoo
1 commit: 9831e244f43ff96b73705dc904dc730c765caec7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 18:53:18 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 18:53:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9831e244
7
8 dev-python/shiboken2: Keyword 5.15.2-r1 arm, #833799
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild b/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild
16 index 46a0d6c37446..a8732bcfc06c 100644
17 --- a/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild
18 +++ b/dev-python/shiboken2/shiboken2-5.15.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_P}/sources/shiboken2"
26 # arbitrarily relicensed. (TODO)
27 LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3"
28 SLOT="0"
29 -KEYWORDS="amd64 arm64 x86"
30 +KEYWORDS="amd64 ~arm arm64 x86"
31 IUSE="+docstrings numpy test vulkan"
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"