summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-07 19:45:10 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-07 19:45:10 +0000
commitba956a90b4dff8cae13e2c7a3d20fd28d14e4b96 (patch)
tree0f14581b0349fc646133a17689c7f6148b0cf8d7 /dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
parentStable branch version bump. (diff)
downloadgentoo-2-ba956a90b4dff8cae13e2c7a3d20fd28d14e4b96.tar.gz
gentoo-2-ba956a90b4dff8cae13e2c7a3d20fd28d14e4b96.tar.bz2
gentoo-2-ba956a90b4dff8cae13e2c7a3d20fd28d14e4b96.zip
Fix autotools usage.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild')
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
index 2b0cbe82d0bf..ef5ea0bbaa3e 100644
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild,v 1.5 2006/12/02 21:03:12 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild,v 1.6 2007/03/07 19:45:10 chtekk Exp $
WANT_AUTOMAKE="1.4"
@@ -34,8 +34,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.2.destdir.patch"
epatch "${FILESDIR}/${PN}-1.3.amd64.patch"
- autotools_set_versions
- automake || die "automake failed"
+ eautomake || die "eautomake failed"
}
src_compile() {