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/enable/
Date: Mon, 28 May 2018 00:48:28
Message-Id: 1527468497.81e63bac74392f6107df556692b8cfec3c3d70e3.whissi@gentoo
1 commit: 81e63bac74392f6107df556692b8cfec3c3d70e3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 00:48:03 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 00:48:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e63bac
7
8 dev-python/enable: x86 stable (bug #653768)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/enable/enable-4.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/enable/enable-4.7.1.ebuild b/dev-python/enable/enable-4.7.1.ebuild
16 index afe2cd13e91..89cfd0158d0 100644
17 --- a/dev-python/enable/enable-4.7.1.ebuild
18 +++ b/dev-python/enable/enable-4.7.1.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
25 IUSE="doc examples test"
26
27 RESTRICT="test" # Until https://github.com/enthought/enable/issues/303 is solved