diff options
author | 2009-02-25 21:08:02 +0000 | |
---|---|---|
committer | 2009-02-25 21:08:02 +0000 | |
commit | 95ea78cb33fd0b5d3670516677431c270cdfbc1a (patch) | |
tree | 7a775dd3497c73464d76a63e7ccf75791f4236ea /dev-python/nose | |
parent | Marked ppc/ppc64 stable for bug #258257. (diff) | |
download | gentoo-2-95ea78cb33fd0b5d3670516677431c270cdfbc1a.tar.gz gentoo-2-95ea78cb33fd0b5d3670516677431c270cdfbc1a.tar.bz2 gentoo-2-95ea78cb33fd0b5d3670516677431c270cdfbc1a.zip |
amd64/x86 stable, bug #236173
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 3fe7588bf358..a8814cb45949 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.21 2009/02/25 17:04:35 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.22 2009/02/25 21:08:02 maekke Exp $ + + 25 Feb 2009; Markus Meier <maekke@gentoo.org> nose-0.10.4.ebuild: + amd64/x86 stable, bug #236173 25 Feb 2009; Ferris McCormick <fmccor@gentoo.org> nose-0.10.4.ebuild: Sparc stable, Bug #236173. diff --git a/dev-python/nose/nose-0.10.4.ebuild b/dev-python/nose/nose-0.10.4.ebuild index 88ece2cb24ec..ecfc702c78bc 100644 --- a/dev-python/nose/nose-0.10.4.ebuild +++ b/dev-python/nose/nose-0.10.4.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.10.4.ebuild,v 1.4 2009/02/25 17:04:35 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.4.ebuild,v 1.5 2009/02/25 21:08:02 maekke Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="doc examples test" RDEPEND="dev-python/setuptools" |