summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2008-10-04 16:59:51 +0000
committerBrent Baude <ranger@gentoo.org>2008-10-04 16:59:51 +0000
commit461065454e594eddc52344c5de5babfa153687eb (patch)
treeafc67ec3a10a1568e1017751d9494cf9fd886e7c /dev-python/nose
parentVersion bump. (diff)
downloadgentoo-2-461065454e594eddc52344c5de5babfa153687eb.tar.gz
gentoo-2-461065454e594eddc52344c5de5babfa153687eb.tar.bz2
gentoo-2-461065454e594eddc52344c5de5babfa153687eb.zip
Marking nose-0.9.3.-r1 and -0.10.3 ~ppc and ~ppc64 233554
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/ChangeLog6
-rw-r--r--dev-python/nose/nose-0.10.3.ebuild4
-rw-r--r--dev-python/nose/nose-0.9.3-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog
index b48cec6441b2..3001984650f1 100644
--- a/dev-python/nose/ChangeLog
+++ b/dev-python/nose/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2008/10/01 09:13:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.18 2008/10/04 16:59:51 ranger Exp $
+
+ 04 Oct 2008; Brent Baude <ranger@gentoo.org> nose-0.9.3-r1.ebuild,
+ nose-0.10.3.ebuild:
+ Marking nose-0.9.3.-r1 and -0.10.3 ~ppc and ~ppc64
01 Oct 2008; Raúl Porcel <armin76@gentoo.org> nose-0.9.3-r1.ebuild,
nose-0.10.3.ebuild:
diff --git a/dev-python/nose/nose-0.10.3.ebuild b/dev-python/nose/nose-0.10.3.ebuild
index 8774cd55d7dc..9653adf7815d 100644
--- a/dev-python/nose/nose-0.10.3.ebuild
+++ b/dev-python/nose/nose-0.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild,v 1.5 2008/10/01 09:13:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild,v 1.6 2008/10/04 16:59:51 ranger 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 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples test"
RDEPEND="dev-python/setuptools"
diff --git a/dev-python/nose/nose-0.9.3-r1.ebuild b/dev-python/nose/nose-0.9.3-r1.ebuild
index 7551f7ec5ae1..cdc6d29308a7 100644
--- a/dev-python/nose/nose-0.9.3-r1.ebuild
+++ b/dev-python/nose/nose-0.9.3-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild,v 1.6 2008/10/01 09:13:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild,v 1.7 2008/10/04 16:59:51 ranger Exp $
NEED_PYTHON=2.2
inherit distutils eutils
-KEYWORDS="amd64 ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
DESCRIPTION="An alternate test discovery and running process for unittest."
HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/"