diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index da8fe3e3ddb7..195a004c2cb1 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.33 2009/08/09 13:53:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.34 2009/08/09 16:42:49 armin76 Exp $ + + 09 Aug 2009; Raúl Porcel <armin76@gentoo.org> nose-0.11.0.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #278978 09 Aug 2009; nixnut <nixnut@gentoo.org> nose-0.11.0.ebuild: ppc stable #278978 diff --git a/dev-python/nose/nose-0.11.0.ebuild b/dev-python/nose/nose-0.11.0.ebuild index 5e2914a30ea1..6e345b8fe255 100644 --- a/dev-python/nose/nose-0.11.0.ebuild +++ b/dev-python/nose/nose-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.0.ebuild,v 1.7 2009/08/09 13:53:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.0.ebuild,v 1.8 2009/08/09 16:42:49 armin76 Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/" 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" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="doc examples test" RDEPEND="dev-python/setuptools" |