summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:29:19 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:29:19 +0000
commitfa756bbe76b6e27e0917a3ae7e3cb643edb914ca (patch)
tree33d6a24d246fe96c0f66d74d39d043e839406dc0 /net-fs/autofs/autofs-5.0.4-r5.ebuild
parentDrop unnessecary die (diff)
downloadhistorical-fa756bbe76b6e27e0917a3ae7e3cb643edb914ca.tar.gz
historical-fa756bbe76b6e27e0917a3ae7e3cb643edb914ca.tar.bz2
historical-fa756bbe76b6e27e0917a3ae7e3cb643edb914ca.zip
Drop unnessecary die
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'net-fs/autofs/autofs-5.0.4-r5.ebuild')
-rw-r--r--net-fs/autofs/autofs-5.0.4-r5.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-fs/autofs/autofs-5.0.4-r5.ebuild b/net-fs/autofs/autofs-5.0.4-r5.ebuild
index 21b1187611bc..72f90a2b06c2 100644
--- a/net-fs/autofs/autofs-5.0.4-r5.ebuild
+++ b/net-fs/autofs/autofs-5.0.4-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.9 2011/05/15 11:03:49 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.10 2012/04/25 16:29:19 jlec Exp $
inherit eutils multilib autotools
@@ -112,7 +112,7 @@ src_unpack() {
# as the former is a lame header for the latter (bug #157968)
sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
- eautoreconf || die "Autoconf failed"
+ eautoreconf
}
src_compile() {
@@ -125,8 +125,7 @@ src_compile() {
$(use_with ldap openldap) \
$(use_with sasl) \
--without-hesiod \
- --enable-ignore-busy \
- || die "configure failed"
+ --enable-ignore-busy
emake DONTSTRIP=1 || die "make failed"
}