Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Fri, 24 Feb 2017 17:43:45
Message-Id: 1487958218.0ec20294131621d7fc8b49e883db8ae7f0009c0d.maekke@gentoo
1 commit: 0ec20294131621d7fc8b49e883db8ae7f0009c0d
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 17:43:14 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 17:43:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec20294
7
8 dev-python/mistune: arm stable, bug #606230
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
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 45fdaedd71..4cb4d83014 100644
18 --- a/dev-python/mistune/mistune-0.7.2.ebuild
19 +++ b/dev-python/mistune/mistune-0.7.2.ebuild
20 @@ -14,7 +14,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 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE="test"
27
28 RDEPEND=""