diff options
Diffstat (limited to 'dev-python/nose/nose-0.10.3.ebuild')
-rw-r--r-- | dev-python/nose/nose-0.10.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |