Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Fri, 06 Apr 2018 05:23:12
Message-Id: 1522992170.525e05a43788e61a8b9d8707978654afc971c5e7.mattst88@gentoo
1 commit: 525e05a43788e61a8b9d8707978654afc971c5e7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 05:22:34 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 05:22:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525e05a4
7
8 dev-python/mistune-0.7.4: added ~mips, bug 614386
9
10 dev-python/mistune/mistune-0.7.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/mistune/mistune-0.7.4.ebuild b/dev-python/mistune/mistune-0.7.4.ebuild
14 index 0fc38fd7f33..902ae2b7bd4 100644
15 --- a/dev-python/mistune/mistune-0.7.4.ebuild
16 +++ b/dev-python/mistune/mistune-0.7.4.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 SLOT="0"
20 LICENSE="BSD"
21 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
22 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
23 IUSE="test"
24
25 RDEPEND=""