Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
Date: Fri, 26 Apr 2019 17:51:51
Message-Id: 1556300949.8012684c3090cbb3ce3d2505dfcd9f168eb8eb12.blueness@gentoo
1 commit: 8012684c3090cbb3ce3d2505dfcd9f168eb8eb12
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 17:49:09 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 17:49:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8012684c
7
8 dev-python/sip: stable on arm
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/sip/sip-4.19.13.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sip/sip-4.19.13.ebuild b/dev-python/sip/sip-4.19.13.ebuild
17 index b51ae723fcf..f27df670d4a 100644
18 --- a/dev-python/sip/sip-4.19.13.ebuild
19 +++ b/dev-python/sip/sip-4.19.13.ebuild
20 @@ -24,7 +24,7 @@ fi
21 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
22 SLOT="0/12"
23 LICENSE="|| ( GPL-2 GPL-3 SIP )"
24 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 IUSE="debug doc"
27
28 RDEPEND="${PYTHON_DEPS}"