diff options
author | 2010-04-30 15:23:56 +0000 | |
---|---|---|
committer | 2010-04-30 15:23:56 +0000 | |
commit | 042cdea88bafcca8c4ddfa8c18a4ce1e9358f80e (patch) | |
tree | 8944a277e5928171eb3a3b81a15d9d6ceba98998 /dev-python | |
parent | taken the package (diff) | |
download | gentoo-2-042cdea88bafcca8c4ddfa8c18a4ce1e9358f80e.tar.gz gentoo-2-042cdea88bafcca8c4ddfa8c18a4ce1e9358f80e.tar.bz2 gentoo-2-042cdea88bafcca8c4ddfa8c18a4ce1e9358f80e.zip |
Marked ~ppc-macos
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.11.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 20ad998ee5ec..e9ceaa9dc9a7 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.49 2010/04/24 18:29:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.50 2010/04/30 15:23:56 grobian Exp $ + + 30 Apr 2010; Fabian Groffen <grobian@gentoo.org> nose-0.11.3.ebuild: + Marked ~ppc-macos 24 Apr 2010; Raúl Porcel <armin76@gentoo.org> nose-0.11.3.ebuild: alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #315155 diff --git a/dev-python/nose/nose-0.11.3.ebuild b/dev-python/nose/nose-0.11.3.ebuild index ae1e9807dcd7..bf5af566e636 100644 --- a/dev-python/nose/nose-0.11.3.ebuild +++ b/dev-python/nose/nose-0.11.3.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.3.ebuild,v 1.2 2010/04/24 18:29:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.3.ebuild,v 1.3 2010/04/30 15:23:56 grobian Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,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 ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~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" |