diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-09-12 16:18:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-09-12 16:18:02 +0000 |
commit | 99f0b6e21e4a5ff04c15c153ef3d6ff874ac2275 (patch) | |
tree | b135400b1ee314e3af7c5a6942d2824d84bf9c3d /dev-python/nose | |
parent | Stable on amd64 wrt bug #335649 (diff) | |
download | gentoo-2-99f0b6e21e4a5ff04c15c153ef3d6ff874ac2275.tar.gz gentoo-2-99f0b6e21e4a5ff04c15c153ef3d6ff874ac2275.tar.bz2 gentoo-2-99f0b6e21e4a5ff04c15c153ef3d6ff874ac2275.zip |
alpha/ia64/s390/sh/sparc stable wrt #333187
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.11.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 79b1147c80ba..a3f75a578396 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.58 2010/08/23 20:24:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.59 2010/09/12 16:18:02 armin76 Exp $ + + 12 Sep 2010; Raúl Porcel <armin76@gentoo.org> nose-0.11.4.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #333187 23 Aug 2010; Markus Meier <maekke@gentoo.org> nose-0.11.4.ebuild: arm stable, bug #333187 diff --git a/dev-python/nose/nose-0.11.4.ebuild b/dev-python/nose/nose-0.11.4.ebuild index 716f65681bb0..8d2e3850297b 100644 --- a/dev-python/nose/nose-0.11.4.ebuild +++ b/dev-python/nose/nose-0.11.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.4.ebuild,v 1.5 2010/08/23 20:24:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.4.ebuild,v 1.6 2010/09/12 16:18:02 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples test" RDEPEND="dev-python/setuptools" |