diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-12 21:15:01 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-12 21:15:01 +0000 |
commit | 5f444d2f42b369bdb70db1197756ef371e907835 (patch) | |
tree | e65bac96b1826017efbc23e7b18448e161b703a6 /dev-python/nose | |
parent | Version bump (diff) | |
download | gentoo-2-5f444d2f42b369bdb70db1197756ef371e907835.tar.gz gentoo-2-5f444d2f42b369bdb70db1197756ef371e907835.tar.bz2 gentoo-2-5f444d2f42b369bdb70db1197756ef371e907835.zip |
Marking nose-1.0.0 ppc for bug 351484
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/nose/nose-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 60989249d926..dbb2af83b3d4 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.64 2010/12/27 21:07:24 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.65 2011/01/12 21:15:01 ranger Exp $ + + 12 Jan 2011; Brent Baude <ranger@gentoo.org> nose-1.0.0.ebuild: + Marking nose-1.0.0 ppc for bug 351484 27 Dec 2010; Brent Baude <ranger@gentoo.org> nose-0.11.4.ebuild: Marking nose-0.11.4 ppc64 for bug 333187 diff --git a/dev-python/nose/nose-1.0.0.ebuild b/dev-python/nose/nose-1.0.0.ebuild index e30e54418bd0..37104c037ab9 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-2010 Gentoo Foundation +# 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.1 2010/12/18 17:49:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.0.0.ebuild,v 1.2 2011/01/12 21:15:01 ranger 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" |