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/ipdb/
Date: Fri, 23 Jun 2017 12:14:49
Message-Id: 1498220068.a8258c6b3c9a12bf9c015bf75ade1e86c2f68e45.aballier@gentoo
1 commit: a8258c6b3c9a12bf9c015bf75ade1e86c2f68e45
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 12:14:28 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 12:14:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8258c6b
7
8 dev-python/ipdb: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/ipdb/ipdb-0.10.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/ipdb/ipdb-0.10.2.ebuild b/dev-python/ipdb/ipdb-0.10.2.ebuild
16 index 8192770934e..804871d1f17 100644
17 --- a/dev-python/ipdb/ipdb-0.10.2.ebuild
18 +++ b/dev-python/ipdb/ipdb-0.10.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
25 IUSE=""
26
27 RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"