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: Thu, 01 Sep 2022 19:14:03
Message-Id: 1662059477.bdf7cef39beff9ff9fa1339d745a362d372b8afc.sam@gentoo
1 commit: bdf7cef39beff9ff9fa1339d745a362d372b8afc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 19:11:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 19:11:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf7cef3
7
8 dev-python/shiboken2: Stabilize 5.15.5 amd64, #865315
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/shiboken2/shiboken2-5.15.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/shiboken2/shiboken2-5.15.5.ebuild b/dev-python/shiboken2/shiboken2-5.15.5.ebuild
16 index 7da5b8bddf20..4ad0b6eaf48d 100644
17 --- a/dev-python/shiboken2/shiboken2-5.15.5.ebuild
18 +++ b/dev-python/shiboken2/shiboken2-5.15.5.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}"