Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/
Date: Wed, 21 Feb 2018 17:20:39
Message-Id: 1519233615.fba24f9d49b1e857e17327f0b7d58797f5e93198.mgorny@gentoo
1 commit: fba24f9d49b1e857e17327f0b7d58797f5e93198
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 15:38:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 17:20:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba24f9d
7
8 dev-python/wheel: keyword ~amd64-fbsd
9
10 dev-python/wheel/wheel-0.30.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/wheel/wheel-0.30.0.ebuild b/dev-python/wheel/wheel-0.30.0.ebuild
14 index e0b07ec1b85..aeb0a62efc7 100644
15 --- a/dev-python/wheel/wheel-0.30.0.ebuild
16 +++ b/dev-python/wheel/wheel-0.30.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 ~amd64-fbsd"
23 IUSE="doc test"
24
25 RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"