diff options
author | 2002-10-15 16:32:05 +0000 | |
---|---|---|
committer | 2002-10-15 16:32:05 +0000 | |
commit | a0a2d1e0b24420c2bc35e98708cdf9fbe0ede82d (patch) | |
tree | cff70fa78278b5ecd4bb1e7bb09030ec61f4458a /x11-wm/sawfish | |
parent | Unmasked net-dialup/ppp-2.4.1-r11 (diff) | |
download | historical-a0a2d1e0b24420c2bc35e98708cdf9fbe0ede82d.tar.gz historical-a0a2d1e0b24420c2bc35e98708cdf9fbe0ede82d.tar.bz2 historical-a0a2d1e0b24420c2bc35e98708cdf9fbe0ede82d.zip |
1.0.1 build fix
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/sawfish/files/digest-sawfish-1.0.1-r6 (renamed from x11-wm/sawfish/files/digest-sawfish-1.0.1-r4) | 0 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.0.1-r6.ebuild (renamed from x11-wm/sawfish/sawfish-1.0.1-r4.ebuild) | 8 |
3 files changed, 11 insertions, 4 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog index 4522c4cfb0b7..99093ea944e4 100644 --- a/x11-wm/sawfish/ChangeLog +++ b/x11-wm/sawfish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/sawfish # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.12 2002/08/04 15:19:41 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.13 2002/10/15 16:32:05 foser Exp $ + +*sawfish-1.0.1-r6 (15 Oct 2002) + + 15 Oct 2002; foser <foser@gentoo.org> sawfish-1.0.1-r6.ebuild : + Added MAKEOPTS="-j1" (see bug #4728) *sawfish-1.0.1-r5 (4 Aug 2002) 4 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> sawfish-1.0.1-r5.ebuild: diff --git a/x11-wm/sawfish/files/digest-sawfish-1.0.1-r4 b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r6 index 3592e2b26ab4..3592e2b26ab4 100644 --- a/x11-wm/sawfish/files/digest-sawfish-1.0.1-r4 +++ b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r6 diff --git a/x11-wm/sawfish/sawfish-1.0.1-r4.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild index 3fef2d1092e7..18a872be2f8d 100644 --- a/x11-wm/sawfish/sawfish-1.0.1-r4.ebuild +++ b/x11-wm/sawfish/sawfish-1.0.1-r6.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/x11-wm/sawfish/sawfish-1.0.1-r4.ebuild,v 1.8 2002/10/05 05:39:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild,v 1.1 2002/10/15 16:32:05 foser Exp $ IUSE="gtk nls esd gnome" @@ -8,11 +8,12 @@ S=${WORKDIR}/${P} DESCRIPTION="Extensible window manager using a Lisp-based scripting language" SRC_URI="mirror://sourceforge/sawmill/${P}.tar.gz" HOMEPAGE="http://sawmill.sourceforge.net/" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" -DEPEND=">=x11-libs/rep-gtk-0.15-r1 +DEPEND="=x11-libs/rep-gtk-0.15* >=dev-libs/librep-0.14 >=media-libs/imlib-1.9.10-r1 esd? ( >=media-sound/esound-0.2.22 ) @@ -63,7 +64,8 @@ src_compile() { --with-audiofile \ ${myconf} || die - emake || die + # see bug #4728 + MAKEOPTS="-j1" emake || die } src_install() { |