Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipfile/
Date: Thu, 26 Dec 2019 23:50:02
Message-Id: 1577404184.ea0d374d0623ad5ff2d285e48b81ea91e0420afa.bman@gentoo
1 commit: ea0d374d0623ad5ff2d285e48b81ea91e0420afa
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 23:49:44 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 23:49:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0d374d
7
8 dev-python/pipfile: arm64 keyworded (bug #702190)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.83, Repoman-2.3.20
12
13 dev-python/pipfile/pipfile-0.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pipfile/pipfile-0.0.2.ebuild b/dev-python/pipfile/pipfile-0.0.2.ebuild
17 index 25e537916d8..287f69c4151 100644
18 --- a/dev-python/pipfile/pipfile-0.0.2.ebuild
19 +++ b/dev-python/pipfile/pipfile-0.0.2.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pypa/pipfile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="Apache-2.0 BSD-2"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
26
27 RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
28 BDEPEND="${RDEPEND}