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/hyperlink/
Date: Fri, 06 Apr 2018 05:23:11
Message-Id: 1522992170.01b19cfab39de6132d3522b489e062160e5fe120.mattst88@gentoo
1 commit: 01b19cfab39de6132d3522b489e062160e5fe120
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 05:22:32 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=01b19cfa
7
8 dev-python/hyperlink-17.3.1: added ~mips, bug 614386
9
10 dev-python/hyperlink/hyperlink-17.3.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/hyperlink/hyperlink-17.3.1.ebuild b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
14 index c39bf2f8aac..c1eccb99b00 100644
15 --- a/dev-python/hyperlink/hyperlink-17.3.1.ebuild
16 +++ b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="BSD MIT"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
22 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
23 IUSE="test"
24
25 RDEPEND=""