diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-09 13:53:44 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-09 13:53:44 +0000 |
commit | 54ee802d40838504f9e2e8a9adbabfc6696cbc2a (patch) | |
tree | 75e853c435dfff4c28d22293aa26ae4aff005b97 /dev-python/nose | |
parent | ppc stable #278923 (diff) | |
download | gentoo-2-54ee802d40838504f9e2e8a9adbabfc6696cbc2a.tar.gz gentoo-2-54ee802d40838504f9e2e8a9adbabfc6696cbc2a.tar.bz2 gentoo-2-54ee802d40838504f9e2e8a9adbabfc6696cbc2a.zip |
ppc stable #278978
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-python/nose')
-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 47b2ed546bd8..da8fe3e3ddb7 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.32 2009/08/02 14:52:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.33 2009/08/09 13:53:44 nixnut Exp $ + + 09 Aug 2009; nixnut <nixnut@gentoo.org> nose-0.11.0.ebuild: + ppc stable #278978 02 Aug 2009; Markus Meier <maekke@gentoo.org> nose-0.11.0.ebuild: amd64 stable, bug #278978 diff --git a/dev-python/nose/nose-0.11.0.ebuild b/dev-python/nose/nose-0.11.0.ebuild index e1570026c47c..5e2914a30ea1 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.6 2009/08/02 14:52:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.0.ebuild,v 1.7 2009/08/09 13:53:44 nixnut 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" |