summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-12-04 14:16:27 +0000
committerMarinus Schraal <foser@gentoo.org>2002-12-04 14:16:27 +0000
commit8086641281860512352a73114378484615f937ed (patch)
tree376430c126a191b536fecb925b956942851122f9 /x11-wm/sawfish
parentfixes (diff)
downloadhistorical-8086641281860512352a73114378484615f937ed.tar.gz
historical-8086641281860512352a73114378484615f937ed.tar.bz2
historical-8086641281860512352a73114378484615f937ed.zip
dep fix
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/ChangeLog5
-rw-r--r--x11-wm/sawfish/sawfish-1.2.ebuild10
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 9748cba83e29..1de8398899d2 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,9 +1,12 @@
# 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.18 2002/11/20 22:42:29 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.19 2002/12/04 14:16:27 foser Exp $
*sawfish-1.2 (17 Nov 2002)
+ 04 Dec 2002; foser <foser@gentoo.org> sawfish-1.2.ebuild :
+ Removed non working ranging dependency declaration
+
21 Nov 2002; Martin Sclemmer <azarah@gentoo.org> sawfish-1.2.ebuild :
Fix compile problems with both freetype-1.3.1 and xft-2.0 installed.
diff --git a/x11-wm/sawfish/sawfish-1.2.ebuild b/x11-wm/sawfish/sawfish-1.2.ebuild
index f7f962544b88..ed5d17c52f68 100644
--- a/x11-wm/sawfish/sawfish-1.2.ebuild
+++ b/x11-wm/sawfish/sawfish-1.2.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.2.ebuild,v 1.5 2002/11/20 22:42:29 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.6 2002/12/04 14:16:27 foser Exp $
inherit base
@@ -17,8 +17,7 @@ KEYWORDS="x86"
DEPEND=">=dev-util/pkgconfig-0.12.0
>=x11-libs/rep-gtk-0.17
- ( >=dev-libs/librep-0.16
- <dev-libs/librep-20020000 )
+ =dev-libs/librep-0.16*
>=media-libs/imlib-1.9.10-r1
media-libs/audiofile
>=x11-libs/gtk+-2.0.8
@@ -66,7 +65,7 @@ src_compile() {
${myconf} || die
# DO NOT USE "emake" !!! - Azarah, 24 Jun 2002
- make || die
+ MAKEOPTS=-j1 make || die
}
src_install() {
@@ -77,6 +76,3 @@ src_install() {
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/Sawfish.desktop
}
-
-
-