diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-26 19:38:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-26 19:38:53 +0000 |
commit | 12e010d7feb8fe773b185f7cc9569441d9973975 (patch) | |
tree | e82794279af2bbc9c1abacefa0f6d1db15e92ee0 /sys-auth/pam_console | |
parent | Regenerate digest (bug #152838). (diff) | |
download | historical-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/pam_console')
-rw-r--r-- | sys-auth/pam_console/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild | 4 |
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() { |