diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-07 23:12:16 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-07 23:12:16 +0000 |
commit | ab3f1a103113340811ce96a244adef99c43aa965 (patch) | |
tree | eb5b63d19fca1bcc70c167c055a3c465cfad5855 /gnome-extra/gnome-system-monitor | |
parent | SRC_URI fix for 4.2.1 and version bump for 4.3.1 (diff) | |
download | historical-ab3f1a103113340811ce96a244adef99c43aa965.tar.gz historical-ab3f1a103113340811ce96a244adef99c43aa965.tar.bz2 historical-ab3f1a103113340811ce96a244adef99c43aa965.zip |
parallel build
Diffstat (limited to 'gnome-extra/gnome-system-monitor')
-rw-r--r-- | gnome-extra/gnome-system-monitor/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnome-extra/gnome-system-monitor/ChangeLog b/gnome-extra/gnome-system-monitor/ChangeLog index 503e0aa5f6ee..5c535653bb42 100644 --- a/gnome-extra/gnome-system-monitor/ChangeLog +++ b/gnome-extra/gnome-system-monitor/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for gnome-extra/gnome-system-monitor # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.11 2003/02/01 21:49:07 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.12 2003/02/07 23:12:16 foser Exp $ *gnome-system-monitor-2.0.4-r1 (1 Feb 2003) + 07 Feb 2003; foser <foser@gentoo.org> gnome-system-monitor-2.0.4-r1.ebuild : + Added MAKEOPTS to fix possible failure with compiling in combination with the patch + 01 Feb 2003; foser <foser@gentoo.org> gnome-system-monitor-2.0.4-r1.ebuild : Added GNOME 2.2+ UI improvement patch diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild index 98038c43252f..7eeefdeb4bb3 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild,v 1.1 2003/02/01 21:49:08 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.4-r1.ebuild,v 1.2 2003/02/07 23:12:16 foser Exp $ inherit gnome2 eutils @@ -31,3 +31,6 @@ src_unpack() { # add some eyecandy to the devices view cd ${S}; epatch ${FILESDIR}/${PN}-devicesviewimprovements.patch } + +# fix some possible problem patchrelated +MAKEOPTS="-j1" |