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
commit164ce27aa43604ddb6e978c46c23563d6227ddc0 (patch)
tree3d90f51c1ccc90d07e8a5344ec0f4ba49160ab6a /sys-auth/pam_console
parentForced the wrong ebuild to -j1. (diff)
downloadgentoo-2-164ce27aa43604ddb6e978c46c23563d6227ddc0.tar.gz
gentoo-2-164ce27aa43604ddb6e978c46c23563d6227ddc0.tar.bz2
gentoo-2-164ce27aa43604ddb6e978c46c23563d6227ddc0.zip
Force -j1, does not build parallel (yes it's just a workaround).
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'sys-auth/pam_console')
-rw-r--r--sys-auth/pam_console/ChangeLog6
-rw-r--r--sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild4
2 files changed, 7 insertions, 3 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() {