summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-11-28 11:30:00 +0000
committerMarien Zwart <marienz@gentoo.org>2005-11-28 11:30:00 +0000
commitddc0f8c84edf37867243cb7dba824027d64c09aa (patch)
tree1bd3a1ab8d06fed0d559280cd4d37019cd133cc7 /dev-python/kid
parentFixes a few critical networking bugs, namely #113677 and ##113672. (diff)
downloadgentoo-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/ChangeLog5
-rw-r--r--dev-python/kid/kid-0.7.1.ebuild4
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"