Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/
Date: Tue, 25 May 2021 15:04:40
Message-Id: 1621955048.ca1597fa2d409db3c3165638ba4f1de8bfd2f44e.ago@gentoo
1 commit: ca1597fa2d409db3c3165638ba4f1de8bfd2f44e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 15:04:08 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 15:04:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1597fa
7
8 dev-python/PyQt5-sip: x86 stable wrt bug #791817
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
18 index 5512d5be7f7..71260ae347e 100644
19 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
20 +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.25.ebuild
21 @@ -20,7 +20,7 @@ fi
22 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
23 SLOT="0/12"
24 LICENSE="|| ( GPL-2 GPL-3 SIP )"
25 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
27 IUSE=""
28
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"