diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-10-05 11:47:43 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-10-05 11:47:43 +0000 |
commit | e6074defa122915437eaab9acf26e6a825040ccf (patch) | |
tree | 46d11a0d9dda10c3038bb2b1585dda279b1604a2 /x11-libs | |
parent | PPC Keyword modification, see changelog for details (Manifest recommit) (diff) | |
download | gentoo-2-e6074defa122915437eaab9acf26e6a825040ccf.tar.gz gentoo-2-e6074defa122915437eaab9acf26e6a825040ccf.tar.bz2 gentoo-2-e6074defa122915437eaab9acf26e6a825040ccf.zip |
parallel compile sometimes fails, bug #51682
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r5.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 81527178f1ec..03eb02d738ea 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.53 2004/09/16 21:41:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.54 2004/10/05 11:47:43 lanius Exp $ + + 05 Oct 2004; Heinrich Wendel <lanius@gentoo.org> openmotif-2.1.30-r5.ebuild: + parallel compile sometimes fails, bug #51682 16 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> openmotif-2.1.30-r5.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild index b76e7e4c813c..f8f7ec63333e 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.14 2004/09/16 21:41:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.15 2004/10/05 11:47:43 lanius Exp $ inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="Open Motif (Metrolink Bug Fix Release)" SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/${MY_P}.tar.gz" HOMEPAGE="http://www.metrolink.com/openmotif/" LICENSE="MOTIF" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64 ~mips" IUSE="" DEPEND="virtual/libc virtual/x11 @@ -26,6 +26,9 @@ SLOT="0" inherit flag-o-matic replace-flags "-mcpu=athlon-xp" "-mcpu=i686" +# parallel compile sometimes failes +MAKEOPTS="${MAKEOPTS} -j1" + src_unpack() { local cfg="${S}/config/cf/site.def" |