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/bert/
Date: Sat, 27 Apr 2019 19:54:14
Message-Id: 1556394844.2aff160ed2672d42ff26c33adb06c38891b13d9f.blueness@gentoo
1 commit: 2aff160ed2672d42ff26c33adb06c38891b13d9f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 19:53:53 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 19:54:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aff160e
7
8 dev-python/bert: 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/bert/bert-2.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/bert/bert-2.2.0.ebuild b/dev-python/bert/bert-2.2.0.ebuild
17 index db1627e2473..163daf03d31 100644
18 --- a/dev-python/bert/bert-2.2.0.ebuild
19 +++ b/dev-python/bert/bert-2.2.0.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="GPL-3"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 IUSE=""
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]