Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/
Date: Sun, 03 Jun 2018 13:55:24
Message-Id: 1528034101.26c46c8744e752d86c1c75e691d9a09f4f3219b0.vapier@gentoo
1 commit: 26c46c8744e752d86c1c75e691d9a09f4f3219b0
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 13:29:57 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 13:55:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c46c87
7
8 dev-python/wheel: mark 0.29.0 m68k/s390/sh stable
9
10 dev-python/wheel/wheel-0.29.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/wheel/wheel-0.29.0.ebuild b/dev-python/wheel/wheel-0.29.0.ebuild
14 index 789635764e3..dc9a228b0dd 100644
15 --- a/dev-python/wheel/wheel-0.29.0.ebuild
16 +++ b/dev-python/wheel/wheel-0.29.0.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="MIT"
20 SLOT="0"
21 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
22 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
23 IUSE="doc test"
24
25 RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"