diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:50:07 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:50:07 +0000 |
commit | 67b7316fb6a8c4859ad435e812de74ab9051ae15 (patch) | |
tree | 3149ca32685a1a130ece685bb30d30e991b07610 /x11-wm/sawfish | |
parent | lintool (diff) | |
download | gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.tar.gz gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.tar.bz2 gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.zip |
lintool fixes
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/sawfish-1.0.1-r5.ebuild | 16 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.0.1-r6.ebuild | 16 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-2.0.ebuild | 4 |
3 files changed, 18 insertions, 18 deletions
diff --git a/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild index 3a679b92dc2f..8b0850ba2ade 100644 --- a/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild +++ b/x11-wm/sawfish/sawfish-1.0.1-r5.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-r5.ebuild,v 1.4 2002/10/05 05:39:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r5.ebuild,v 1.5 2002/10/17 14:50:07 aliz Exp $ IUSE="gtk nls esd gnome" @@ -42,21 +42,21 @@ src_compile() { local myconf - use esd \ - && myconf="--with-esd" \ + use esd \ + && myconf="--with-esd" \ || myconf="--without-esd" - use gnome \ - && myconf="${myconf} --with-gnome-prefix=/usr --enable-gnome-widgets --enable-capplet" \ + use gnome \ + && myconf="${myconf} --with-gnome-prefix=/usr --enable-gnome-widgets --enable-capplet" \ || myconf="${myconf} --disable-gnome-widgets --disable-capplet" use nls || myconf="${myconf} --disable-linguas" - use gtk || use gnome \ - && myconf="${myconf} --with-gdk-pixbuf" \ + use gtk || use gnome \ + && myconf="${myconf} --with-gdk-pixbuf" \ || myconf="${myconf} --without-gdk-pixbuf" - ./configure \ + ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ diff --git a/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild index 18a872be2f8d..0489ab6dfa7a 100644 --- a/x11-wm/sawfish/sawfish-1.0.1-r6.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-r6.ebuild,v 1.1 2002/10/15 16:32:05 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild,v 1.2 2002/10/17 14:50:07 aliz Exp $ IUSE="gtk nls esd gnome" @@ -42,21 +42,21 @@ src_compile() { local myconf - use esd \ - && myconf="--with-esd" \ + use esd \ + && myconf="--with-esd" \ || myconf="--without-esd" - use gnome \ - && myconf="${myconf} --with-gnome-prefix=/usr --enable-gnome-widgets --enable-capplet" \ + use gnome \ + && myconf="${myconf} --with-gnome-prefix=/usr --enable-gnome-widgets --enable-capplet" \ || myconf="${myconf} --disable-gnome-widgets --disable-capplet" use nls || myconf="${myconf} --disable-linguas" - use gtk || use gnome \ - && myconf="${myconf} --with-gdk-pixbuf" \ + use gtk || use gnome \ + && myconf="${myconf} --with-gdk-pixbuf" \ || myconf="${myconf} --without-gdk-pixbuf" - ./configure \ + ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ diff --git a/x11-wm/sawfish/sawfish-2.0.ebuild b/x11-wm/sawfish/sawfish-2.0.ebuild index fcd4206f593c..da0331bfff6d 100644 --- a/x11-wm/sawfish/sawfish-2.0.ebuild +++ b/x11-wm/sawfish/sawfish-2.0.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-2.0.ebuild,v 1.6 2002/10/05 05:39:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-2.0.ebuild,v 1.7 2002/10/17 14:50:07 aliz Exp $ IUSE="readline esd nls" @@ -49,7 +49,7 @@ src_compile() { # The themer is currently broken (must have rep-gtk-0.15 # installed to get it compiled) - Azarah, 24 Jun 2002 ./configure --host=${CHOST} \ - --prefix=/usr \ + --prefix=/usr \ --infodir=/usr/share/info \ --libexecdir=/usr/lib \ --with-gnome-prefix=/usr \ |