diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-21 15:24:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-21 15:24:13 +0000 |
commit | a272cd96bf900cd583f1328529d6a87e0f084abd (patch) | |
tree | 2b3b554332e539e6e5f1d36b9c64b77d3db58b0e /dev-python/nose | |
parent | old (diff) | |
download | historical-a272cd96bf900cd583f1328529d6a87e0f084abd.tar.gz historical-a272cd96bf900cd583f1328529d6a87e0f084abd.tar.bz2 historical-a272cd96bf900cd583f1328529d6a87e0f084abd.zip |
Stable for HPPA (bug #351484).
Package-Manager: portage-2.2.0_alpha18/cvs/Linux i686
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 71ab64c9bd12..7e0edfd966a2 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.68 2011/01/15 14:58:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.69 2011/01/21 15:24:13 jer Exp $ + + 21 Jan 2011; Jeroen Roovers <jer@gentoo.org> nose-1.0.0.ebuild: + Stable for HPPA (bug #351484). 15 Jan 2011; Markus Meier <maekke@gentoo.org> nose-1.0.0.ebuild: arm/x86 stable, bug #351484 diff --git a/dev-python/nose/nose-1.0.0.ebuild b/dev-python/nose/nose-1.0.0.ebuild index ba8533fe831e..d8d087d467ff 100644 --- a/dev-python/nose/nose-1.0.0.ebuild +++ b/dev-python/nose/nose-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.0.0.ebuild,v 1.5 2011/01/15 14:58:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.0.0.ebuild,v 1.6 2011/01/21 15:24:13 jer Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -14,7 +14,7 @@ SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples test" RDEPEND="dev-python/setuptools" |