diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-02-25 17:04:35 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-02-25 17:04:35 +0000 |
commit | c07064afc63d0ee23debe3bdf2ffd245269c92e3 (patch) | |
tree | 5d950a876862732ee25dbbcb71a53f60757013f1 /dev-python | |
parent | Initial commit, thanks to Martín R. Dapás (bug #120112, partly based on the... (diff) | |
download | gentoo-2-c07064afc63d0ee23debe3bdf2ffd245269c92e3.tar.gz gentoo-2-c07064afc63d0ee23debe3bdf2ffd245269c92e3.tar.bz2 gentoo-2-c07064afc63d0ee23debe3bdf2ffd245269c92e3.zip |
Sparc stable, Bug #236173.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nose/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/nose/nose-0.10.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index c828bc4a0289..3fe7588bf358 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.20 2008/10/18 12:55:25 aballier Exp $ +# 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 $ + + 25 Feb 2009; Ferris McCormick <fmccor@gentoo.org> nose-0.10.4.ebuild: + Sparc stable, Bug #236173. 18 Oct 2008; Alexis Ballier <aballier@gentoo.org> nose-0.10.4.ebuild: keyword ~x86-fbsd, bug #233554 diff --git a/dev-python/nose/nose-0.10.4.ebuild b/dev-python/nose/nose-0.10.4.ebuild index 3251f19b4049..88ece2cb24ec 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-2008 Gentoo Foundation +# 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.3 2008/12/07 19:22:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.4.ebuild,v 1.4 2009/02/25 17:04:35 fmccor 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" |