diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-09 00:25:56 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-09 00:25:56 +0000 |
commit | bfb6a54a33e9e07fff7fc5021d434b204242fbb7 (patch) | |
tree | b8b8139d0dc16305a5c2aa9b6d8c65908dbc03bc | |
parent | ppc (diff) | |
download | historical-bfb6a54a33e9e07fff7fc5021d434b204242fbb7.tar.gz historical-bfb6a54a33e9e07fff7fc5021d434b204242fbb7.tar.bz2 historical-bfb6a54a33e9e07fff7fc5021d434b204242fbb7.zip |
restrict to -j1 because of unpredictable behaviour when using jobserver
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/at-spi/Manifest | 4 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.1.8.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index 77bf757a418f..5ffdf3b54030 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for gnome-extra/at-spi # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.14 2003/03/24 21:10:37 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.15 2003/06/09 00:25:48 liquidx Exp $ + + 09 Jun 2003; Alastair Tse <liquidx@gentoo.org> at-spi-1.1.8.ebuild: + restrict MAKEOPTS to non-parallel building + 17 Mar 2003; Luca Barbato <lu_zero@gentoo.org> at-spi-1.1.8.ebuild : Added the ~ppc in KEYWORDS diff --git a/gnome-extra/at-spi/Manifest b/gnome-extra/at-spi/Manifest index 48c1ba8aafba..7da033919fb0 100644 --- a/gnome-extra/at-spi/Manifest +++ b/gnome-extra/at-spi/Manifest @@ -1,7 +1,7 @@ -MD5 195d3bb9feefbae270fe091686ca3a3b ChangeLog 1496 +MD5 235e6d8da8a6022b2bb45143034da5cc ChangeLog 1609 MD5 4a2119fc2b20084e9fa910a37c897e82 at-spi-1.0.1.ebuild 704 MD5 a47932cfbd125a0bfbb0ccb982d18d54 at-spi-1.0.2.ebuild 697 -MD5 80364f502e4984b0f4bf9efaf55a117f at-spi-1.1.8.ebuild 651 +MD5 f992d2e3bdfc724455730a4e755a7d0b at-spi-1.1.8.ebuild 675 MD5 970130f3de8c7c0e1077567ac433c17d files/digest-at-spi-1.0.1 65 MD5 dfe189e4aef5e50aea20770e036bdd97 files/digest-at-spi-1.0.2 65 MD5 62a394abed965ca4bcf71a069bc41190 files/digest-at-spi-1.1.8 65 diff --git a/gnome-extra/at-spi/at-spi-1.1.8.ebuild b/gnome-extra/at-spi/at-spi-1.1.8.ebuild index 8b60ae44650f..2f9e255187f5 100644 --- a/gnome-extra/at-spi/at-spi-1.1.8.ebuild +++ b/gnome-extra/at-spi/at-spi-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.1.8.ebuild,v 1.4 2003/03/24 21:10:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.1.8.ebuild,v 1.5 2003/06/09 00:25:48 liquidx Exp $ IUSE="doc" @@ -20,7 +20,8 @@ RDEPEND=">=gnome-base/gail-0.17 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 doc? ( dev-util/gtk-doc )" - + +MAKEOPTS="${MAKEOPTS} -j1" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" |