diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-28 11:30:00 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-28 11:30:00 +0000 |
commit | ddc0f8c84edf37867243cb7dba824027d64c09aa (patch) | |
tree | 1bd3a1ab8d06fed0d559280cd4d37019cd133cc7 /dev-python/kid | |
parent | Fixes a few critical networking bugs, namely #113677 and ##113672. (diff) | |
download | gentoo-2-ddc0f8c84edf37867243cb7dba824027d64c09aa.tar.gz gentoo-2-ddc0f8c84edf37867243cb7dba824027d64c09aa.tar.bz2 gentoo-2-ddc0f8c84edf37867243cb7dba824027d64c09aa.zip |
Add missing eutils inherit.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/kid')
-rw-r--r-- | dev-python/kid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/kid/kid-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/kid/ChangeLog b/dev-python/kid/ChangeLog index d49a69fde457..70c682710571 100644 --- a/dev-python/kid/ChangeLog +++ b/dev-python/kid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.1 2005/11/10 23:32:10 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.2 2005/11/28 11:30:00 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> kid-0.7.1.ebuild: + Add missing eutils inherit. *kid-0.7.1 (10 Nov 2005) diff --git a/dev-python/kid/kid-0.7.1.ebuild b/dev-python/kid/kid-0.7.1.ebuild index 74529ff84e79..d06444409aef 100644 --- a/dev-python/kid/kid-0.7.1.ebuild +++ b/dev-python/kid/kid-0.7.1.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/kid/kid-0.7.1.ebuild,v 1.1 2005/11/10 23:32:10 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.7.1.ebuild,v 1.2 2005/11/28 11:30:00 marienz Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="A simple and Pythonic XML template language" SRC_URI="http://kid.lesscode.org/dist/${PV}/${P}.tar.gz" |