summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-07 20:40:17 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-07 20:40:17 +0000
commitdd30457b6a599beb3d7ad486847cbea415222a2e (patch)
treeb2aa8ec90852050be3d5188d5252abe52919515a /dev-python/utidylib
parentadd acl use dep to rsync (bug #303639) (diff)
downloadgentoo-2-dd30457b6a599beb3d7ad486847cbea415222a2e.tar.gz
gentoo-2-dd30457b6a599beb3d7ad486847cbea415222a2e.tar.bz2
gentoo-2-dd30457b6a599beb3d7ad486847cbea415222a2e.zip
Add inherit eutils: epatch is defined there.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/ChangeLog7
-rw-r--r--dev-python/utidylib/utidylib-0.2-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog
index 86e1ddd6b990..2946741a3aaa 100644
--- a/dev-python/utidylib/ChangeLog
+++ b/dev-python/utidylib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/utidylib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.8 2009/07/25 16:13:11 neurogeek Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.9 2010/02/07 20:40:17 pva Exp $
+
+ 07 Feb 2010; Peter Volkov <pva@gentoo.org> utidylib-0.2-r1.ebuild:
+ Add inherit eutils: epatch is defined there.
*utidylib-0.2-r1 (25 Jul 2009)
diff --git a/dev-python/utidylib/utidylib-0.2-r1.ebuild b/dev-python/utidylib/utidylib-0.2-r1.ebuild
index 2fa98c202f24..e37a72a35dfc 100644
--- a/dev-python/utidylib/utidylib-0.2-r1.ebuild
+++ b/dev-python/utidylib/utidylib-0.2-r1.ebuild
@@ -1,9 +1,9 @@
-# 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/utidylib/utidylib-0.2-r1.ebuild,v 1.1 2009/07/25 16:13:11 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.2 2010/02/07 20:40:17 pva Exp $
EAPI="2"
-inherit distutils
+inherit eutils distutils
MY_P="uTidylib-${PV}"