Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-nose/
Date: Mon, 25 Sep 2017 13:44:35
Message-Id: 1506347055.3134caccfa4fcc226f5a03240ed823c35f0e9364.kensington@gentoo
1 commit: 3134caccfa4fcc226f5a03240ed823c35f0e9364
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 25 13:38:42 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 25 13:44:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3134cacc
7
8 dev-python/django-nose: stabilise 1.4.4 for x86
9
10 Bug: https://bugs.gentoo.org/625000
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 dev-python/django-nose/django-nose-1.4.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/django-nose/django-nose-1.4.4.ebuild b/dev-python/django-nose/django-nose-1.4.4.ebuild
17 index b59971e2bd7..08ba94458ee 100644
18 --- a/dev-python/django-nose/django-nose-1.4.4.ebuild
19 +++ b/dev-python/django-nose/django-nose-1.4.4.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26 IUSE="test"
27
28 #RESTRICT="test" # The testsuite currently broken See notes below