summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-12-16 20:44:08 +0000
committerMarkus Meier <maekke@gentoo.org>2014-12-16 20:44:08 +0000
commit2089df636c3969672ae733beafc486aef93fc100 (patch)
tree7fe3d9d95044b0188ecbd53cce111dce60f14b9f /dev-python
parentarm stable, bug #530592 (diff)
downloadgentoo-2-2089df636c3969672ae733beafc486aef93fc100.tar.gz
gentoo-2-2089df636c3969672ae733beafc486aef93fc100.tar.bz2
gentoo-2-2089df636c3969672ae733beafc486aef93fc100.zip
arm stable, bug #530586
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cov-core/ChangeLog5
-rw-r--r--dev-python/cov-core/cov-core-1.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cov-core/ChangeLog b/dev-python/cov-core/ChangeLog
index 4b3faa2e5f00..881dffbefc9f 100644
--- a/dev-python/cov-core/ChangeLog
+++ b/dev-python/cov-core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cov-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.11 2014/11/19 15:25:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.12 2014/12/16 20:44:08 maekke Exp $
+
+ 16 Dec 2014; Markus Meier <maekke@gentoo.org> cov-core-1.7.ebuild:
+ arm stable, bug #530586
19 Nov 2014; Ian Delaney <idella4@gentoo.org> cov-core-1.7.ebuild:
clean old python impl, add pypy3 support
diff --git a/dev-python/cov-core/cov-core-1.7.ebuild b/dev-python/cov-core/cov-core-1.7.ebuild
index c7adaa7df73b..57fdeae92ec4 100644
--- a/dev-python/cov-core/cov-core-1.7.ebuild
+++ b/dev-python/cov-core/cov-core-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.11 2014/11/19 15:25:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.12 2014/12/16 20:44:08 maekke Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"