diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-07 21:07:10 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-07 21:07:10 +0000 |
commit | 6c9fc635b840db553b66e64c23c3617e82a0e9f6 (patch) | |
tree | 5acb7054e6362ed0e4ec4f94dcffcae27b499caa /dev-python/utidylib | |
parent | Add inherit eutils: ebeep is defined there. (diff) | |
download | historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.tar.gz historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.tar.bz2 historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.zip |
Add inherit eutils: epatch is defined there.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/utidylib/utidylib-0.2-r1.ebuild | 6 |
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}" |