Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/basho-erlastic/
Date: Sat, 27 Apr 2019 19:54:14
Message-Id: 1556394843.c281253b34f3dac6dd667ad71d77c9b12d809245.blueness@gentoo
1 commit: c281253b34f3dac6dd667ad71d77c9b12d809245
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 19:43:23 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 19:54:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c281253b
7
8 dev-python/basho-erlastic: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
17 index 5c20c974be2..d8bfc1e1b3e 100644
18 --- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
19 +++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 IUSE=""
27
28 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"