diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-02-27 21:20:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-02-27 21:20:45 +0000 |
commit | 38132d34dc5fbafb3b6a2bf5ce69dea28634e2c7 (patch) | |
tree | 71ea03183825a7cd8ebd36d36a8f0d9a2302f5f6 /dev-python/nose | |
parent | Rebased patch for #307109 (diff) | |
download | historical-38132d34dc5fbafb3b6a2bf5ce69dea28634e2c7.tar.gz historical-38132d34dc5fbafb3b6a2bf5ce69dea28634e2c7.tar.bz2 historical-38132d34dc5fbafb3b6a2bf5ce69dea28634e2c7.zip |
Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
Package-Manager: portage-2.2.00.15444-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index cf9efceeec0e..84d5778b7c76 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.45 2010/01/12 10:32:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.46 2010/02/27 21:13:14 grobian Exp $ + + 27 Feb 2010; Fabian Groffen <grobian@gentoo.org> nose-0.11.1.ebuild: + Marked ~x64-macos, thanks Ramon van Alteren in bug #306705 12 Jan 2010; Fabian Groffen <grobian@gentoo.org> nose-0.11.1.ebuild: Fix installation of wrapperscript in Prefix, thanks Ramon van Alteren, bug diff --git a/dev-python/nose/nose-0.11.1.ebuild b/dev-python/nose/nose-0.11.1.ebuild index 876617f49d73..15421d669558 100644 --- a/dev-python/nose/nose-0.11.1.ebuild +++ b/dev-python/nose/nose-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.1.ebuild,v 1.14 2010/01/12 10:32:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.1.ebuild,v 1.15 2010/02/27 21:13:14 grobian Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc examples test" RDEPEND="dev-python/setuptools" |