summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-20 09:14:23 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commitd588b033f666271bc71d8e5385627fe5ff3c5ab8 (patch)
tree4b145e2481b8ad741f99253612ba546da2158583 /dev-python
parentdev-python/mistune: Add python3.5 support (diff)
downloadgentoo-d588b033f666271bc71d8e5385627fe5ff3c5ab8.tar.gz
gentoo-d588b033f666271bc71d8e5385627fe5ff3c5ab8.tar.bz2
gentoo-d588b033f666271bc71d8e5385627fe5ff3c5ab8.zip
dev-python/mistune: Add back arm support under ALLARCHES policy
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mistune/mistune-0.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild
index db64d5998be0..92f034b7df78 100644
--- a/dev-python/mistune/mistune-0.7.1.ebuild
+++ b/dev-python/mistune/mistune-0.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""