diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-12-05 09:58:38 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-12-05 09:58:38 +0000 |
commit | b140b89e551757df18dd3245f6a112bdd94efa89 (patch) | |
tree | 2d08d271c17273c472fab73643534e1a22d01a02 /dev-python | |
parent | Remove net-misc/dyndnsupdate from package.mask since it is no longer in the t... (diff) | |
download | gentoo-2-b140b89e551757df18dd3245f6a112bdd94efa89.tar.gz gentoo-2-b140b89e551757df18dd3245f6a112bdd94efa89.tar.bz2 gentoo-2-b140b89e551757df18dd3245f6a112bdd94efa89.zip |
Add missing eutils inherit.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/utidylib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/utidylib/utidylib-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog index 35a3a5eb4943..9f8e8d9591a5 100644 --- a/dev-python/utidylib/ChangeLog +++ b/dev-python/utidylib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/utidylib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.1 2005/12/01 00:19:37 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.2 2005/12/05 09:58:38 marienz Exp $ + + 05 Dec 2005; Marien Zwart <marienz@gentoo.org> utidylib-0.2.ebuild: + Add missing eutils inherit. *utidylib-0.2 (01 Dec 2005) diff --git a/dev-python/utidylib/utidylib-0.2.ebuild b/dev-python/utidylib/utidylib-0.2.ebuild index 79af7bde240c..df8d4d01ece8 100644 --- a/dev-python/utidylib/utidylib-0.2.ebuild +++ b/dev-python/utidylib/utidylib-0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.1 2005/12/01 00:19:37 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.2 2005/12/05 09:58:38 marienz Exp $ -inherit distutils +inherit distutils eutils MY_P="uTidylib-${PV}" |