Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Wed, 05 Apr 2017 10:02:04
Message-Id: 1491386070.7cf61629e4f3b2ad461d9199ded8c813844ec864.xmw@gentoo
1 commit: 7cf61629e4f3b2ad461d9199ded8c813844ec864
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:54:30 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:54:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf61629
7
8 dev-python/mistune: add ~arm64 (bug 614386).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm64"
12
13 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild
17 index b67b1c441e8..2c8124ee2ca 100644
18 --- a/dev-python/mistune/mistune-0.7.2.ebuild
19 +++ b/dev-python/mistune/mistune-0.7.2.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 SLOT="0"
23 LICENSE="BSD"
24 -KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE="test"
27
28 RDEPEND=""