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/setuptools-git/
Date: Mon, 04 Dec 2017 02:30:45
Message-Id: 1512354632.c212f74af104f3f49e079330d6320a672555f858.mattst88@gentoo
1 commit: c212f74af104f3f49e079330d6320a672555f858
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 02:30:32 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 02:30:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c212f74a
7
8 dev-python/setuptools-git-1.2: added ~mips, bug 631608
9
10 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
14 index 62308224c09..7d8887f0b08 100644
15 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
16 +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
22 +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
23
24 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
25 dev-vcs/git"