diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-12 17:16:27 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-12 17:16:27 +0000 |
commit | 5305b056dcd497f8ef16b3ccd94e53dc29eb19c8 (patch) | |
tree | 278ace8b941c37c90a545f83f44073c3e95697c4 /media-libs/mesa | |
parent | Re-add, this time with a huge patch on the mirror. (diff) | |
download | historical-5305b056dcd497f8ef16b3ccd94e53dc29eb19c8.tar.gz historical-5305b056dcd497f8ef16b3ccd94e53dc29eb19c8.tar.bz2 historical-5305b056dcd497f8ef16b3ccd94e53dc29eb19c8.zip |
Test out parallel make. fmccor says it works.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/Manifest | 11 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.3.1.1.ebuild | 4 |
3 files changed, 13 insertions, 7 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 75c5b11edbbe..9b544841375a 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.21 2005/08/12 13:23:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.22 2005/08/12 17:16:27 spyderous Exp $ + + 12 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.1.1.ebuild: + Test out parallel make. fmccor says it works. 12 Aug 2005; Ferris McCormick <fmccor@gentoo.org> mesa-6.3.1.1.ebuild: 1. General cleanup for sparc, get rid of the ill-considered diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index c3e9e5e9cf07..abb93c58d6ca 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,7 +1,10 @@ -MD5 ff4cb48e1aa3b13c8289a774db3caf2c ChangeLog 4607 -MD5 29239caee0e5997cb4059b3da7ca91ad mesa-6.3.1.1.ebuild 4828 +MD5 2784c93b800b70d173ab0d71e98b5809 ChangeLog 4735 +MD5 50321a4320aac5b738c756e3db5e596a mesa-6.3.1.1.ebuild 4832 MD5 327ad9473f146d09e0d0bd9198bb6a99 files/digest-mesa-6.3.1.1 129 -MD5 14a7882e4e2dc41b7ef845dc11bd9a0c files/fix-xthreads-location.patch 1718 -MD5 de65b33347d4dd56da17835ab42daf9a files/use-xthreads.patch 8355 MD5 dba6d6acff3459c88499ffb1aa802d63 files/fix-include-locations.patch 3046 +MD5 14a7882e4e2dc41b7ef845dc11bd9a0c files/fix-xthreads-location.patch 1718 MD5 ceae0782c8844ebdc68ede6b4d8969d9 files/makedepend-location.patch 375 +MD5 de65b33347d4dd56da17835ab42daf9a files/use-xthreads.patch 8355 +MD5 f0ebdc72043e76ad7eddc4ad91349927 files/lib/libGL.la 763 +MD5 9abdd26694e6f1d7bd93193f900acc6c files/lib/libGLU.la 752 +MD5 0883c9996cac1056781bdcd2aab60e66 files/lib/libOSMesa.la 765 diff --git a/media-libs/mesa/mesa-6.3.1.1.ebuild b/media-libs/mesa/mesa-6.3.1.1.ebuild index b521c857dedf..6a12c17ece15 100644 --- a/media-libs/mesa/mesa-6.3.1.1.ebuild +++ b/media-libs/mesa/mesa-6.3.1.1.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/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.12 2005/08/12 13:23:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1.ebuild,v 1.13 2005/08/12 17:16:27 spyderous Exp $ inherit eutils toolchain-funcs @@ -92,7 +92,7 @@ src_unpack() { } src_compile() { - make ${CONFIG} || die "Build failed" + emake ${CONFIG} || die "Build failed" } src_install() { |