summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-30 10:23:30 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-30 10:23:30 +0000
commit6634087f139a5da88c6dd395f7ad8b04b71d9fa5 (patch)
treecc3cb61bec8cfe51c2001552751524741d9b3b5f /dev-python/cov-core
parentAdd ruby20, ruby21. (diff)
downloadgentoo-2-6634087f139a5da88c6dd395f7ad8b04b71d9fa5.tar.gz
gentoo-2-6634087f139a5da88c6dd395f7ad8b04b71d9fa5.tar.bz2
gentoo-2-6634087f139a5da88c6dd395f7ad8b04b71d9fa5.zip
Stable for HPPA (bug #530600).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 881dffbefc9f..7dc92b990995 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.12 2014/12/16 20:44:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.13 2014/12/30 10:23:30 jer Exp $
+
+ 30 Dec 2014; Jeroen Roovers <jer@gentoo.org> cov-core-1.7.ebuild:
+ Stable for HPPA (bug #530600).
16 Dec 2014; Markus Meier <maekke@gentoo.org> cov-core-1.7.ebuild:
arm stable, bug #530586
diff --git a/dev-python/cov-core/cov-core-1.7.ebuild b/dev-python/cov-core/cov-core-1.7.ebuild
index 57fdeae92ec4..21819efbfdc9 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.12 2014/12/16 20:44:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.13 2014/12/30 10:23:30 jer 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}]"