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/PyQt-builder/
Date: Wed, 01 Jun 2022 01:56:03
Message-Id: 1654048517.e7311237d854b095d916af55f42fa962ed936550.sam@gentoo
1 commit: e7311237d854b095d916af55f42fa962ed936550
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 01:55:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 01:55:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7311237
7
8 dev-python/PyQt-builder: Stabilize 1.12.2 x86, #825670
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/PyQt-builder/PyQt-builder-1.12.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/PyQt-builder/PyQt-builder-1.12.2.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.12.2.ebuild
16 index f136447e373d..f37184073d0f 100644
17 --- a/dev-python/PyQt-builder/PyQt-builder-1.12.2.ebuild
18 +++ b/dev-python/PyQt-builder/PyQt-builder-1.12.2.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=8
25 @@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
26
27 LICENSE="|| ( GPL-2 GPL-3 SIP )"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
31
32 RDEPEND="
33 dev-python/packaging[${PYTHON_USEDEP}]