summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-01-07 19:50:53 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-01-07 19:50:53 +0000
commitb36c7531502cea7789deb168062517a9a7711e84 (patch)
tree824c3ba573598e33ecd9336d3c98bf737155b481 /dev-libs/lzo/lzo-1.08-r1.ebuild
parentNew release, fixes mysql auth in rc16. (diff)
downloadhistorical-b36c7531502cea7789deb168062517a9a7711e84.tar.gz
historical-b36c7531502cea7789deb168062517a9a7711e84.tar.bz2
historical-b36c7531502cea7789deb168062517a9a7711e84.zip
[e]autotools correction as per bug #160159
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'dev-libs/lzo/lzo-1.08-r1.ebuild')
-rw-r--r--dev-libs/lzo/lzo-1.08-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/lzo/lzo-1.08-r1.ebuild b/dev-libs/lzo/lzo-1.08-r1.ebuild
index 7fcd16a65329..42ef149267fc 100644
--- a/dev-libs/lzo/lzo-1.08-r1.ebuild
+++ b/dev-libs/lzo/lzo-1.08-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.23 2007/01/05 07:40:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.24 2007/01/07 19:50:53 dragonheart Exp $
-inherit eutils libtool
+inherit eutils libtool autotools
DESCRIPTION="An extremely fast compression and decompression library"
HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
@@ -22,7 +22,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PV}-gcc3.patch
sed -i -e s,-O2,,g ${S}/aclocal.m4
- autoconf
+ eautoconf
elibtoolize
}