diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-06 10:57:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-06 10:57:49 +0000 |
commit | 357507d8f34dbbbace05ecb5cb963908f78870ba (patch) | |
tree | 662ef8354d651db1933d223701d0b8c78f044ed6 /dev-python/coverage | |
parent | Stable for amd64, wrt bug #441298 (diff) | |
download | gentoo-2-357507d8f34dbbbace05ecb5cb963908f78870ba.tar.gz gentoo-2-357507d8f34dbbbace05ecb5cb963908f78870ba.tar.bz2 gentoo-2-357507d8f34dbbbace05ecb5cb963908f78870ba.zip |
Stable for amd64, wrt bug #441274
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/coverage')
-rw-r--r-- | dev-python/coverage/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/coverage/coverage-3.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/coverage/ChangeLog b/dev-python/coverage/ChangeLog index ab93ca23951d..a1ed2f5da656 100644 --- a/dev-python/coverage/ChangeLog +++ b/dev-python/coverage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/coverage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/ChangeLog,v 1.74 2012/11/05 22:33:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/ChangeLog,v 1.75 2012/11/06 10:57:49 ago Exp $ + + 06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> coverage-3.5.3.ebuild: + Stable for amd64, wrt bug #441274 05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> coverage-3.5.3.ebuild: stable arm, bug #441274 diff --git a/dev-python/coverage/coverage-3.5.3.ebuild b/dev-python/coverage/coverage-3.5.3.ebuild index b429984ee61d..86fa33f176a1 100644 --- a/dev-python/coverage/coverage-3.5.3.ebuild +++ b/dev-python/coverage/coverage-3.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/coverage-3.5.3.ebuild,v 1.3 2012/11/05 22:33:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/coverage/coverage-3.5.3.ebuild,v 1.4 2012/11/06 10:57:49 ago Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" 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="" DEPEND="dev-python/setuptools" |