diff options
-rw-r--r-- | dev-python/coverage/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/coverage/coverage-3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/coverage/ChangeLog b/dev-python/coverage/ChangeLog index 136424936c5b..334d7f75b7f4 100644 --- a/dev-python/coverage/ChangeLog +++ b/dev-python/coverage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/coverage -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/ChangeLog,v 1.15 2009/12/05 22:38:32 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/ChangeLog,v 1.16 2010/01/11 21:11:37 fauli Exp $ + + 11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> coverage-3.2.ebuild: + stable x86, bug 300241 *coverage-3.2 (05 Dec 2009) diff --git a/dev-python/coverage/coverage-3.2.ebuild b/dev-python/coverage/coverage-3.2.ebuild index 917d28afcc6a..91ddd1984f0c 100644 --- a/dev-python/coverage/coverage-3.2.ebuild +++ b/dev-python/coverage/coverage-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/coverage-3.2.ebuild,v 1.1 2009/12/05 22:38:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/coverage-3.2.ebuild,v 1.2 2010/01/11 21:11:37 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://pypi.python.org/packages/source/c/coverage/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="test" RDEPEND="" |