From 6c9fc635b840db553b66e64c23c3617e82a0e9f6 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sun, 7 Feb 2010 21:07:10 +0000 Subject: Add inherit eutils: epatch is defined there. Package-Manager: portage-2.1.7.17/cvs/Linux x86_64 --- dev-python/pylint/ChangeLog | 5 ++++- dev-python/pylint/pylint-0.18.1-r1.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'dev-python/pylint') diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index a2d55c1198e2..88f84d8d6325 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.58 2010/01/18 18:24:43 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.59 2010/02/07 20:51:49 pva Exp $ + + 07 Feb 2010; Peter Volkov pylint-0.18.1-r1.ebuild: + Add inherit eutils: epatch is defined there. 18 Jan 2010; Arfrever Frehtes Taifersar Arahesis pylint-0.19.0.ebuild: diff --git a/dev-python/pylint/pylint-0.18.1-r1.ebuild b/dev-python/pylint/pylint-0.18.1-r1.ebuild index 2f253b4781c5..b87cc7619536 100644 --- a/dev-python/pylint/pylint-0.18.1-r1.ebuild +++ b/dev-python/pylint/pylint-0.18.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.6 2009/12/05 11:44:07 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.7 2010/02/07 20:51:49 pva Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -inherit distutils +inherit eutils distutils DESCRIPTION="a tool to check if a Python module satisfies a coding standard" HOMEPAGE="http://www.logilab.org/projects/pylint/" -- cgit v1.2.3-65-gdbad