summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-11-04 11:47:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-11-04 11:47:20 +0000
commitdfcbef287dd37072cf4532107bf7c6afd819a03c (patch)
tree3a6c2fa9e7cae74ee02e73ca775ff9428df15fc3 /sys-libs/tevent/tevent-0.9.8.ebuild
parentRemove old (diff)
downloadgentoo-2-dfcbef287dd37072cf4532107bf7c6afd819a03c.tar.gz
gentoo-2-dfcbef287dd37072cf4532107bf7c6afd819a03c.tar.bz2
gentoo-2-dfcbef287dd37072cf4532107bf7c6afd819a03c.zip
Cleanup
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/tevent/tevent-0.9.8.ebuild')
-rw-r--r--sys-libs/tevent/tevent-0.9.8.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-libs/tevent/tevent-0.9.8.ebuild b/sys-libs/tevent/tevent-0.9.8.ebuild
index 8b483f9cbc15..080ce84f09f1 100644
--- a/sys-libs/tevent/tevent-0.9.8.ebuild
+++ b/sys-libs/tevent/tevent-0.9.8.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.2 2009/10/09 17:24:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.3 2009/11/04 11:47:20 patrick Exp $
EAPI="2"
-inherit confutils eutils
+inherit confutils eutils autotools
DESCRIPTION="Samba tevent library"
HOMEPAGE="http://tevent.samba.org/"
@@ -14,12 +14,11 @@ IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-DEPEND="virtual/talloc"
+DEPEND="sys-libs/talloc"
RDEPEND="${DEPEND}"
src_prepare() {
-
- ./autogen.sh || die "autogen.sh failed"
+ eautoconf -Ilibreplace
}