summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:45:07 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:45:07 +0000
commita699dcf7dadacec8e116e1bc07dffdae8591695a (patch)
tree86129c9badd7cfe85b198236f73048619c138356 /dev-db
parentNeed eutils for epatch. (diff)
downloadgentoo-2-a699dcf7dadacec8e116e1bc07dffdae8591695a.tar.gz
gentoo-2-a699dcf7dadacec8e116e1bc07dffdae8591695a.tar.bz2
gentoo-2-a699dcf7dadacec8e116e1bc07dffdae8591695a.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/ctdb/ChangeLog5
-rw-r--r--dev-db/ctdb/ctdb-1.0.88.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog
index d485ed73a239..3c3e075bd61c 100644
--- a/dev-db/ctdb/ChangeLog
+++ b/dev-db/ctdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.25 2012/03/23 10:55:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.26 2012/05/21 18:45:07 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ctdb-1.0.88.ebuild:
+ Add missing inheritance of eutils.eclass
*ctdb-1.13 (23 Mar 2012)
diff --git a/dev-db/ctdb/ctdb-1.0.88.ebuild b/dev-db/ctdb/ctdb-1.0.88.ebuild
index 5ff036aac6ab..a323553a392f 100644
--- a/dev-db/ctdb/ctdb-1.0.88.ebuild
+++ b/dev-db/ctdb/ctdb-1.0.88.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.88.ebuild,v 1.9 2010/08/12 01:26:11 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.88.ebuild,v 1.10 2012/05/21 18:45:07 xarthisius Exp $
EAPI="2"
-inherit autotools
+inherit autotools eutils
DESCRIPTION="A cluster implementation of the TDB database used by Samba and other projects to store temporary data."
HOMEPAGE="http://ctdb.samba.org/"