diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-05 18:50:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-05 18:50:40 +0000 |
commit | 6884b1d1452539603bcc4e9d2ed64736bfa2c3a6 (patch) | |
tree | b9db7c2afe59ee99c191cad31c7ecb55c7ab806d /app-backup | |
parent | Stable on mips for bug 100398. (diff) | |
download | gentoo-2-6884b1d1452539603bcc4e9d2ed64736bfa2c3a6.tar.gz gentoo-2-6884b1d1452539603bcc4e9d2ed64736bfa2c3a6.tar.bz2 gentoo-2-6884b1d1452539603bcc4e9d2ed64736bfa2c3a6.zip |
Add -j1 to emake cmdline. This package doesn't build reliably when make is
parallelized
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/ChangeLog | 7 | ||||
-rw-r--r-- | app-backup/amanda/amanda-2.4.4_p3.ebuild | 4 | ||||
-rw-r--r-- | app-backup/amanda/amanda-2.4.5.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog index e49e109d6ba6..9378e000cf1c 100644 --- a/app-backup/amanda/ChangeLog +++ b/app-backup/amanda/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-backup/amanda # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.2 2005/07/04 07:20:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.3 2005/08/05 18:50:40 agriffis Exp $ + + 05 Aug 2005; Aron Griffis <agriffis@gentoo.org> amanda-2.4.4_p3.ebuild, + amanda-2.4.5.ebuild: + Add -j1 to emake cmdline. This package doesn't build reliably when make is + parallelized 04 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> +files/patch-tar-1.14.90, +files/amanda-2.4.5-4tb-holding-disk.patch, diff --git a/app-backup/amanda/amanda-2.4.4_p3.ebuild b/app-backup/amanda/amanda-2.4.4_p3.ebuild index 28e45c74f7ef..a19e5d81fba5 100644 --- a/app-backup/amanda/amanda-2.4.4_p3.ebuild +++ b/app-backup/amanda/amanda-2.4.4_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.4_p3.ebuild,v 1.2 2005/07/06 21:40:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.4_p3.ebuild,v 1.3 2005/08/05 18:50:40 agriffis Exp $ inherit eutils @@ -174,7 +174,7 @@ src_compile() { myconf="${myconf} --with-gnutar=/bin/tar" econf ${myconf} || die "econf failed!" - emake || die "emake failed!" + emake -j1 || die "emake failed!" # Compile the tapetype program too # This is deprecated, use amtapetype instead! diff --git a/app-backup/amanda/amanda-2.4.5.ebuild b/app-backup/amanda/amanda-2.4.5.ebuild index a8b7e3e1e6e2..99d1b9cbcdd0 100644 --- a/app-backup/amanda/amanda-2.4.5.ebuild +++ b/app-backup/amanda/amanda-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5.ebuild,v 1.2 2005/07/06 21:40:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5.ebuild,v 1.3 2005/08/05 18:50:40 agriffis Exp $ inherit eutils @@ -176,7 +176,7 @@ src_compile() { myconf="${myconf} --with-gnutar=/bin/tar" econf ${myconf} || die "econf failed!" - emake || die "emake failed!" + emake -j1 || die "emake failed!" # Compile the tapetype program too # This is deprecated, use amtapetype instead! |