Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/
Date: Tue, 31 May 2016 19:24:02
Message-Id: 1464722615.c8c2949c867413cbbbb2e728d68aecfef51b7bc8.maekke@gentoo
1 commit: c8c2949c867413cbbbb2e728d68aecfef51b7bc8
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 19:23:35 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 19:23:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2949c
7
8 dev-python/wheel: arm stable, bug #583704
9
10 Package-Manager: portage-2.3.0_rc1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-python/wheel/wheel-0.29.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/wheel/wheel-0.29.0.ebuild b/dev-python/wheel/wheel-0.29.0.ebuild
17 index e9a8505..a461e29 100644
18 --- a/dev-python/wheel/wheel-0.29.0.ebuild
19 +++ b/dev-python/wheel/wheel-0.29.0.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
26 IUSE="doc test"
27
28 RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"