diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:58:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:58:38 +0000 |
commit | b6921e234cc51e246cb3ddb635e5076ffce8391a (patch) | |
tree | c8957c36e56f90b85e9308e8982d855edad76a3b /dev-python/nose | |
parent | Stable for amd64, wrt bug #454314 (diff) | |
download | gentoo-2-b6921e234cc51e246cb3ddb635e5076ffce8391a.tar.gz gentoo-2-b6921e234cc51e246cb3ddb635e5076ffce8391a.tar.bz2 gentoo-2-b6921e234cc51e246cb3ddb635e5076ffce8391a.zip |
Stable for amd64, wrt bug #454314
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-1.1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index 58112f4869c0..f32c1a8f7ba9 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.91 2013/01/08 18:40:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.92 2013/02/02 21:58:38 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> nose-1.1.2-r1.ebuild: + Stable for amd64, wrt bug #454314 *nose-1.2.1_p2012 (08 Jan 2013) diff --git a/dev-python/nose/nose-1.1.2-r1.ebuild b/dev-python/nose/nose-1.1.2-r1.ebuild index 60f19a392784..c4177c378659 100644 --- a/dev-python/nose/nose-1.1.2-r1.ebuild +++ b/dev-python/nose/nose-1.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.4 2013/01/02 12:28:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.5 2013/02/02 21:58:38 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="coverage doc examples test" RDEPEND="coverage? ( dev-python/coverage[${PYTHON_USEDEP}] ) |