summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-03-13 11:23:52 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-03-13 11:23:52 +0000
commit1e3f76bdbb54ea7e589a270f29947352fea5f2bb (patch)
tree323592d03563dada03d0086861bb239f61dc796b /net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild
parentre-activation of package as per bugs #106497 and #176738 (diff)
downloadgentoo-2-1e3f76bdbb54ea7e589a270f29947352fea5f2bb.tar.gz
gentoo-2-1e3f76bdbb54ea7e589a270f29947352fea5f2bb.tar.bz2
gentoo-2-1e3f76bdbb54ea7e589a270f29947352fea5f2bb.zip
filter parallel make (bug #176998)
(Portage version: 2.1.4)
Diffstat (limited to 'net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild')
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild
index b775f3ea4b63..cd7eae6b6103 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.11 2007/08/03 16:01:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.6.7.ebuild,v 1.12 2008/03/13 11:23:52 wschlich Exp $
inherit eutils flag-o-matic autotools linux-info
@@ -197,8 +197,8 @@ src_compile() {
#myconf="${myconf} --enable-samode-unspec"
econf ${myconf} || die
- # As of ${PN}-0.6.6 parallel make is still broken. I hope its fixed now.
- emake || die
+ MAKEOPTS="${MAKEOPTS} -j1" # parallel make is still broken
+ emake || die
}