summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-17 19:56:17 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-17 19:56:17 +0000
commit9590531ab843cc7f3beea1cdf0709b0584937a2a (patch)
treef52a752a19652bb579ed85d9be503a051fc3f223 /dev-python/cov-core
parentBump to EAPI=5 to make Paludis happy, bug #447524. (diff)
downloadgentoo-2-9590531ab843cc7f3beea1cdf0709b0584937a2a.tar.gz
gentoo-2-9590531ab843cc7f3beea1cdf0709b0584937a2a.tar.bz2
gentoo-2-9590531ab843cc7f3beea1cdf0709b0584937a2a.zip
Bump to EAPI=5 to make Paludis happy, bug #447524.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
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 ee792efe6297..3bc55a72a6d3 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.2 2012/12/08 15:41:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.3 2012/12/17 19:56:17 mgorny Exp $
+
+ 17 Dec 2012; Michał Górny <mgorny@gentoo.org> cov-core-1.7.ebuild:
+ Bump to EAPI=5 to make Paludis happy, bug #447524.
08 Dec 2012; Michał Górny <mgorny@gentoo.org> cov-core-1.7.ebuild:
Add PYTHON_USEDEP on migrated packages, fix HOMEPAGE.
diff --git a/dev-python/cov-core/cov-core-1.7.ebuild b/dev-python/cov-core/cov-core-1.7.ebuild
index 68f64a4a4007..d2c9785a8b40 100644
--- a/dev-python/cov-core/cov-core-1.7.ebuild
+++ b/dev-python/cov-core/cov-core-1.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 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.2 2012/12/08 15:41:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.3 2012/12/17 19:56:17 mgorny Exp $
-EAPI="4"
+EAPI="5"
PYTHON_COMPAT=(python2_7 python3_2 python3_3)
inherit distutils-r1