Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
Date: Sat, 24 Mar 2018 11:22:30
Message-Id: 1521890541.b576a79ee188c92862582fc96bb5d747236beb09.slyfox@gentoo
1 commit: b576a79ee188c92862582fc96bb5d747236beb09
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 11:22:16 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 11:22:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b576a79e
7
8 dev-python/sip: stable 4.19.8 for ia64, bug #642822
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-python/sip/sip-4.19.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sip/sip-4.19.8.ebuild b/dev-python/sip/sip-4.19.8.ebuild
17 index 79f92e13062..daecca774b9 100644
18 --- a/dev-python/sip/sip-4.19.8.ebuild
19 +++ b/dev-python/sip/sip-4.19.8.ebuild
20 @@ -24,7 +24,7 @@ fi
21 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
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}"