summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-26 19:38:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-26 19:38:53 +0000
commit12e010d7feb8fe773b185f7cc9569441d9973975 (patch)
treee82794279af2bbc9c1abacefa0f6d1db15e92ee0 /sys-auth
parentRegenerate digest (bug #152838). (diff)
downloadhistorical-12e010d7feb8fe773b185f7cc9569441d9973975.tar.gz
historical-12e010d7feb8fe773b185f7cc9569441d9973975.tar.bz2
historical-12e010d7feb8fe773b185f7cc9569441d9973975.zip
Force -j1, does not build parallel (yes it's just a workaround).
Package-Manager: portage-2.1.2_pre3-r8
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_console/ChangeLog6
-rw-r--r--sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild4
-rw-r--r--sys-auth/pam_userdb/ChangeLog6
-rw-r--r--sys-auth/pam_userdb/pam_userdb-0.99.6.3.ebuild6
4 files changed, 15 insertions, 7 deletions
diff --git a/sys-auth/pam_console/ChangeLog b/sys-auth/pam_console/ChangeLog
index 21fed4b11eb9..cc59be015940 100644
--- a/sys-auth/pam_console/ChangeLog
+++ b/sys-auth/pam_console/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_console
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.2 2006/10/25 09:07:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.3 2006/10/26 19:38:53 flameeyes Exp $
+
+ 26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ pam_console-0.99.6.2.3.6.ebuild:
+ Force -j1, does not build parallel (yes it's just a workaround).
25 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
pam_console-0.99.6.2.3.6.ebuild:
diff --git a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild
index 425df36fde4f..bebd2d97b9d7 100644
--- a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild
+++ b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.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_console/pam_console-0.99.6.2.3.6.ebuild,v 1.2 2006/10/25 09:07:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild,v 1.3 2006/10/26 19:38:53 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -38,7 +38,7 @@ src_unpack() {
src_compile() {
econf --libdir=$(getpam_mod_dir) || die "econf failed"
- emake || die "emake failed"
+ emake -j1 || die "emake failed"
}
src_install() {
diff --git a/sys-auth/pam_userdb/ChangeLog b/sys-auth/pam_userdb/ChangeLog
index 2d112a981980..2785ac5e805c 100644
--- a/sys-auth/pam_userdb/ChangeLog
+++ b/sys-auth/pam_userdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_userdb
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_userdb/ChangeLog,v 1.3 2006/10/04 10:41:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_userdb/ChangeLog,v 1.4 2006/10/26 19:34:42 flameeyes Exp $
+
+ 26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ pam_userdb-0.99.6.3.ebuild:
+ Force -j1, does not build parallel (yes it's just a workaround).
04 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
pam_userdb-0.99.6.3.ebuild:
diff --git a/sys-auth/pam_userdb/pam_userdb-0.99.6.3.ebuild b/sys-auth/pam_userdb/pam_userdb-0.99.6.3.ebuild
index 93aed6472895..67cc66a9db8d 100644
--- a/sys-auth/pam_userdb/pam_userdb-0.99.6.3.ebuild
+++ b/sys-auth/pam_userdb/pam_userdb-0.99.6.3.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_userdb/pam_userdb-0.99.6.3.ebuild,v 1.3 2006/10/04 10:41:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_userdb/pam_userdb-0.99.6.3.ebuild,v 1.4 2006/10/26 19:34:42 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -113,12 +113,12 @@ src_compile() {
${myconf} || die "econf failed"
cd "${S}/modules/pam_userdb"
- emake || die "emake failed"
+ emake -j1 || die "emake failed"
}
src_install() {
cd "${S}/modules/pam_userdb"
- emake DESTDIR="${D}" install || die "make install failed"
+ emake -j1 DESTDIR="${D}" install || die "make install failed"
# No, we don't really need .la files for PAM modules.
rm -f "${D}/$(get_libdir)/security/"*.la