diff options
Diffstat (limited to 'dev-python/nose/nose-0.10.4.ebuild')
-rw-r--r-- | dev-python/nose/nose-0.10.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/nose/nose-0.10.4.ebuild b/dev-python/nose/nose-0.10.4.ebuild index 3251f19b4049..88ece2cb24ec 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-2008 Gentoo Foundation +# 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.3 2008/12/07 19:22:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.4.ebuild,v 1.4 2009/02/25 17:04:35 fmccor 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" |