diff options
author | 2009-02-27 18:34:09 +0000 | |
---|---|---|
committer | 2009-02-27 18:34:09 +0000 | |
commit | 86e51c80bd82b951cd3a223558fe61e4be7be7fd (patch) | |
tree | 5be0c4bd58e4ebb0fc19f81c89d211736d32598c /dev-python | |
parent | Version bump + update live ebuild (diff) | |
download | gentoo-2-86e51c80bd82b951cd3a223558fe61e4be7be7fd.tar.gz gentoo-2-86e51c80bd82b951cd3a223558fe61e4be7be7fd.tar.bz2 gentoo-2-86e51c80bd82b951cd3a223558fe61e4be7be7fd.zip |
Marked ppc/ppc64 stable for bug #236173.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-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 90877eaf4b2a..7431541944c3 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.23 2009/02/26 15:03:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.24 2009/02/27 18:34:09 josejx Exp $ + + 27 Feb 2009; Joseph Jezak <josejx@gentoo.org> nose-0.10.4.ebuild: + Marked ppc/ppc64 stable for bug #236173. 26 Feb 2009; Raúl Porcel <armin76@gentoo.org> nose-0.10.4.ebuild: alpha/ia64/s390 stable wrt #236173 diff --git a/dev-python/nose/nose-0.10.4.ebuild b/dev-python/nose/nose-0.10.4.ebuild index 38713d21389d..e1e7c794de50 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.6 2009/02/26 15:03:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.4.ebuild,v 1.7 2009/02/27 18:34:09 josejx 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" |