diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-18 03:03:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-18 03:03:38 +0000 |
commit | 300f83ccee3db3463d6366e47ac5c83614aec6fe (patch) | |
tree | 2c222c4cefce690f00c6475bd2512df985845fdb /dev-python/nose | |
parent | x86 stable wrt bug #333185 (diff) | |
download | gentoo-2-300f83ccee3db3463d6366e47ac5c83614aec6fe.tar.gz gentoo-2-300f83ccee3db3463d6366e47ac5c83614aec6fe.tar.bz2 gentoo-2-300f83ccee3db3463d6366e47ac5c83614aec6fe.zip |
x86 stable wrt bug #333187
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.11.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index e7a5a6ceb97c..ca1d50ea850d 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.54 2010/07/07 15:38:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.55 2010/08/18 03:03:38 phajdan.jr Exp $ + + 18 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> nose-0.11.4.ebuild: + x86 stable wrt bug #333187 *nose-0.11.4 (07 Jul 2010) diff --git a/dev-python/nose/nose-0.11.4.ebuild b/dev-python/nose/nose-0.11.4.ebuild index bffc03ee15df..2e8d91df6e03 100644 --- a/dev-python/nose/nose-0.11.4.ebuild +++ b/dev-python/nose/nose-0.11.4.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.4.ebuild,v 1.1 2010/07/07 15:38:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.4.ebuild,v 1.2 2010/08/18 03:03:38 phajdan.jr 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 ~ppc-macos ~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" |