Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rednose/
Date: Mon, 19 Jun 2017 18:12:51
Message-Id: 1497895946.2e4f8c2f7271677255b3326991e084c44d6354c1.aballier@gentoo
1 commit: 2e4f8c2f7271677255b3326991e084c44d6354c1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 18:02:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 18:12:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4f8c2f
7
8 dev-python/rednose: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/rednose/rednose-0.4.1.ebuild | 2 +-
13 dev-python/rednose/rednose-0.4.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild
17 index f1f553bca58..71ff996e3d1 100644
18 --- a/dev-python/rednose/rednose-0.4.1.ebuild
19 +++ b/dev-python/rednose/rednose-0.4.1.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 ppc64 x86"
25 +KEYWORDS="amd64 ~arm64 ppc64 x86"
26 IUSE=""
27
28 DEPEND=""
29
30 diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild
31 index 541a9829b1e..75bdd43e2c5 100644
32 --- a/dev-python/rednose/rednose-0.4.3.ebuild
33 +++ b/dev-python/rednose/rednose-0.4.3.ebuild
34 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="~amd64 ~arm64 ~x86"
40 IUSE=""
41
42 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"