diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:54:30 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:54:30 +0200 |
commit | 7cf61629e4f3b2ad461d9199ded8c813844ec864 (patch) | |
tree | 122dedde0d67cebec450398b25a9eeaebd4d67e0 /dev-python | |
parent | dev-ml/xml-light: add ~ppc (bug 527318). (diff) | |
download | gentoo-7cf61629e4f3b2ad461d9199ded8c813844ec864.tar.gz gentoo-7cf61629e4f3b2ad461d9199ded8c813844ec864.tar.bz2 gentoo-7cf61629e4f3b2ad461d9199ded8c813844ec864.zip |
dev-python/mistune: add ~arm64 (bug 614386).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mistune/mistune-0.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild index b67b1c441e89..2c8124ee2caf 100644 --- a/dev-python/mistune/mistune-0.7.2.ebuild +++ b/dev-python/mistune/mistune-0.7.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" |