diff options
author | Markus Meier <maekke@gentoo.org> | 2011-01-15 14:58:16 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-01-15 14:58:16 +0000 |
commit | f61f0a20912f47eb0eb1d65c882bd3aede71b4e1 (patch) | |
tree | 0655367cabc88da938978e0757704dea43a6c45a | |
parent | Removed old (diff) | |
download | gentoo-2-f61f0a20912f47eb0eb1d65c882bd3aede71b4e1.tar.gz gentoo-2-f61f0a20912f47eb0eb1d65c882bd3aede71b4e1.tar.bz2 gentoo-2-f61f0a20912f47eb0eb1d65c882bd3aede71b4e1.zip |
arm/x86 stable, bug #351484
(Portage version: 2.1.9.31/cvs/Linux x86_64)
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index a0cca7e9bbbb..71ab64c9bd12 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.67 2011/01/14 16:51:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.68 2011/01/15 14:58:16 maekke Exp $ + + 15 Jan 2011; Markus Meier <maekke@gentoo.org> nose-1.0.0.ebuild: + arm/x86 stable, bug #351484 14 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> nose-1.0.0.ebuild: ppc64 stable wrt #351484 diff --git a/dev-python/nose/nose-1.0.0.ebuild b/dev-python/nose/nose-1.0.0.ebuild index 3eb7b753ec9d..ba8533fe831e 100644 --- a/dev-python/nose/nose-1.0.0.ebuild +++ b/dev-python/nose/nose-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.0.0.ebuild,v 1.4 2011/01/14 16:51:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.0.0.ebuild,v 1.5 2011/01/15 14:58:16 maekke Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -14,7 +14,7 @@ SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips 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" |