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, 03 Nov 2022 22:04:56
Message-Id: 1667513046.f1d499f2c94d578e43897283cc47f54e111eb4d2.sam@gentoo
1 commit: f1d499f2c94d578e43897283cc47f54e111eb4d2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 22:04:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:04:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d499f2
7
8 dev-python/shiboken2: Stabilize 5.15.6 amd64, #879393
9
10 Signed-off-by: Sam James <sam <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 602918150df9..7ccf8737dd28 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}"