diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-03 00:23:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-03 00:23:17 +0000 |
commit | 08affcdaaa61a178318ae977cd82dd5c53b729ca (patch) | |
tree | 997bd19f12136b3dc7180c930b19f3756fa01ba1 /net-dialup/mgetty | |
parent | Use -j1 for build (bug #299411). (diff) | |
download | gentoo-2-08affcdaaa61a178318ae977cd82dd5c53b729ca.tar.gz gentoo-2-08affcdaaa61a178318ae977cd82dd5c53b729ca.tar.bz2 gentoo-2-08affcdaaa61a178318ae977cd82dd5c53b729ca.zip |
Use -j1 for build (bug #299421).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.36-r3.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index a6c4c1abd60c..30d5726f8c4d 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/mgetty -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.99 2009/12/26 19:42:12 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.100 2010/01/03 00:23:17 flameeyes Exp $ + + 03 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + mgetty-1.1.36-r3.ebuild: + Use -j1 for build (bug #299421). 26 Dec 2009; Peter Volkov <pva@gentoo.org> mgetty-1.1.36-r3.ebuild: virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only diff --git a/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild index 26c469fdb90e..76557b42677b 100644 --- a/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.6 2009/12/26 19:42:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.7 2010/01/03 00:23:17 flameeyes Exp $ EAPI=1 inherit toolchain-funcs flag-o-matic eutils @@ -61,7 +61,8 @@ src_compile() { use fidonet && append-flags "-DFIDO" append-flags "-DAUTO_PPP" - VARTEXFONTS="${T}"/fonts emake prefix=/usr \ + # bug #299421 + VARTEXFONTS="${T}"/fonts emake -j1 prefix=/usr \ CC="$(tc-getCC)" \ CONFDIR=/etc/mgetty+sendfax \ CFLAGS="${CFLAGS}" \ |