diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-27 10:12:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-27 10:12:29 +0000 |
commit | 8ef86febe5aa64bf21b4b714ed025d2655592b26 (patch) | |
tree | 2e895b8b05ddbcb0394fc26bcfc2c294f66537e1 /app-pda | |
parent | Replace use of FEATURES, bug #278735. (diff) | |
download | gentoo-2-8ef86febe5aa64bf21b4b714ed025d2655592b26.tar.gz gentoo-2-8ef86febe5aa64bf21b4b714ed025d2655592b26.tar.bz2 gentoo-2-8ef86febe5aa64bf21b4b714ed025d2655592b26.zip |
Use -j1 for build, and reference a bug with the log.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/coldsync/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/coldsync/coldsync-3.0_pre4.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-pda/coldsync/ChangeLog b/app-pda/coldsync/ChangeLog index 0f7511bd80e5..62fc97e5801d 100644 --- a/app-pda/coldsync/ChangeLog +++ b/app-pda/coldsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/coldsync -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.9 2007/02/21 22:53:05 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.10 2009/07/27 10:12:29 flameeyes Exp $ + + 27 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + coldsync-3.0_pre4.ebuild: + Use -j1 for build, and reference a bug with the log. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-pda/coldsync/coldsync-3.0_pre4.ebuild b/app-pda/coldsync/coldsync-3.0_pre4.ebuild index d30fc6e391f7..3cd9a5cc5374 100644 --- a/app-pda/coldsync/coldsync-3.0_pre4.ebuild +++ b/app-pda/coldsync/coldsync-3.0_pre4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.1 2006/03/12 08:04:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.2 2009/07/27 10:12:29 flameeyes Exp $ DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" MY_PV="${PV/_/-}" @@ -29,7 +29,9 @@ src_compile() { myconf="${myconf} `use_with caps capabilities`" econf ${myconf} || die "configuring coldsync failed" - make || die "couldn't make coldsync" + + # bug #279292 + emake -j1 || die "couldn't make coldsync" } src_install() { |