diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2006-06-07 11:45:03 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2006-06-07 11:45:03 +0000 |
commit | 3a8e39596e78b25a691bb50fe5d77b25f99c122a (patch) | |
tree | 7d45176c8690e94404b148b915fa84494d3326cf /sys-auth | |
parent | cleanups (diff) | |
download | gentoo-2-3a8e39596e78b25a691bb50fe5d77b25f99c122a.tar.gz gentoo-2-3a8e39596e78b25a691bb50fe5d77b25f99c122a.tar.bz2 gentoo-2-3a8e39596e78b25a691bb50fe5d77b25f99c122a.zip |
disable parallel make
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_p11/pam_p11-0.1.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/pam_p11/pam_p11-0.1.2.ebuild b/sys-auth/pam_p11/pam_p11-0.1.2.ebuild index b37a476fdc99..7e4bee22b70a 100644 --- a/sys-auth/pam_p11/pam_p11-0.1.2.ebuild +++ b/sys-auth/pam_p11/pam_p11-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.2.ebuild,v 1.2 2006/06/06 18:51:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.2.ebuild,v 1.3 2006/06/07 11:45:03 kaiowas Exp $ inherit pam @@ -17,6 +17,8 @@ DEPEND="virtual/pam dev-libs/libp11" RDEPEND="${DEPEND}" +MAKEOPTS="${MAKEOPTS} -j1" + src_install() { dopammod ${S}/src/.libs/pam_p11_opensc.so dopammod ${S}/src/.libs/pam_p11_openssh.so |