summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-09-27 11:35:27 +0000
committerMarkus Meier <maekke@gentoo.org>2014-09-27 11:35:27 +0000
commitcf275e623047cbfa3b6bff85729721ee600c7931 (patch)
treecb73c8500e7596008916c00cbff187c5ffec0fb6 /dev-python/cov-core
parentadd ~arm, bug #521954 (diff)
downloadgentoo-2-cf275e623047cbfa3b6bff85729721ee600c7931.tar.gz
gentoo-2-cf275e623047cbfa3b6bff85729721ee600c7931.tar.bz2
gentoo-2-cf275e623047cbfa3b6bff85729721ee600c7931.zip
add ~arm, bug #521954
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/cov-core')
-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 c2992a30b565..d1fda4266f87 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.6 2014/08/27 08:21:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.7 2014/09/27 11:35:27 maekke Exp $
+
+ 27 Sep 2014; Markus Meier <maekke@gentoo.org> cov-core-1.7.ebuild:
+ add ~arm, bug #521954
27 Aug 2014; Ian Delaney <idella4@gentoo.org> cov-core-1.7.ebuild:
add keyword ~x86, pypy support
diff --git a/dev-python/cov-core/cov-core-1.7.ebuild b/dev-python/cov-core/cov-core-1.7.ebuild
index 3bca574bd7f9..ee45e454f3e5 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.6 2014/08/27 08:21:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.7 2014/09/27 11:35:27 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 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"