Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
Date: Sat, 29 Dec 2018 19:12:42
Message-Id: 1546110731.63029ed603e7176a62ea47270db6d62f6f341ffe.whissi@gentoo
1 commit: 63029ed603e7176a62ea47270db6d62f6f341ffe
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 18:50:13 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 19:12:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63029ed6
7
8 dev-python/sip: x86 stable (bug #673690)
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
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 813e927136b..4dc04120bc7 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}"