Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken2/
Date: Tue, 02 Aug 2022 20:28:00
Message-Id: 1659471813.369bc87ef97d19a3b1a345a842ac96e798a22e86.sam@gentoo
1 commit: 369bc87ef97d19a3b1a345a842ac96e798a22e86
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 20:23:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 20:23:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369bc87e
7
8 dev-python/shiboken2: Stabilize 5.15.2-r2 x86, #863128
9
10 Signed-off-by: Sam James <sam <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 4ba580569103..307f58d8a994 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}"