diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-12-07 02:43:17 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-12-07 02:43:17 +0000 |
commit | 2dd194cb3c02501b99536cc71e0eb3b0ee95ef64 (patch) | |
tree | ab5d00b298692661882a9c6449477da8021b3afd /x11-base | |
parent | Version bump, bug 66837. (Manifest recommit) (diff) | |
download | gentoo-2-2dd194cb3c02501b99536cc71e0eb3b0ee95ef64.tar.gz gentoo-2-2dd194cb3c02501b99536cc71e0eb3b0ee95ef64.tar.bz2 gentoo-2-2dd194cb3c02501b99536cc71e0eb3b0ee95ef64.zip |
Try pulling get_number_of_jobs(), on suggestion of Michael Sterrett <mr_bones_@gentoo.org>. The only reason I'd guess it might be there is related to comment #5 on bug #13565.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 8 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index dc4b3ddc94c3..a4baa4614b5c 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.236 2004/12/07 02:32:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.237 2004/12/07 02:43:17 spyderous Exp $ + + 06 Dec 2004; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.0-r4.ebuild: + Try pulling get_number_of_jobs(), on suggestion of Michael Sterrett + <mr_bones_@gentoo.org>. The only reason I'd guess it might be there is + related to comment #5 on bug #13565. 06 Dec 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.8.0-r4.ebuild: diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild index 79bc199587f5..cfd8d5e0c01a 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.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-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.25 2004/12/07 02:32:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.26 2004/12/07 02:43:17 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -253,9 +253,6 @@ src_unpack() { src_compile() { - # Set MAKEOPTS to have proper -j? option .. - get_number_of_jobs - # If a user defines the MAKE_OPTS variable in /etc/make.conf instead of # MAKEOPTS, they'll redefine an internal xorg Makefile variable and the # xorg build will silently die. This is tricky to track down, so I'm |