diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-16 23:09:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-16 23:09:03 +0000 |
commit | bef9113443fccefad9deea5978b75c90ab04f56c (patch) | |
tree | 4de48d4e0210e0d11743cce48104ea022f8b9ad5 /app-cdr/gtoaster | |
parent | new plugin for gkrellm (diff) | |
download | gentoo-2-bef9113443fccefad9deea5978b75c90ab04f56c.tar.gz gentoo-2-bef9113443fccefad9deea5978b75c90ab04f56c.tar.bz2 gentoo-2-bef9113443fccefad9deea5978b75c90ab04f56c.zip |
space fix [lintool] for #9203
Diffstat (limited to 'app-cdr/gtoaster')
-rw-r--r-- | app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild b/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild index 828c5ba0995e..1fa3b859a7bc 100644 --- a/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild +++ b/app-cdr/gtoaster/gtoaster-1.0_beta5.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/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild,v 1.14 2002/10/05 05:39:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild,v 1.15 2002/10/16 23:05:06 vapier Exp $ IUSE="nls esd gnome oss oggvorbis" @@ -38,11 +38,11 @@ src_compile() { && myconf="$myconf --with-gnome --with-orbit" \ || myconf="$myconf --without-gnome --without-orbit" - use esd \ + use esd \ && myconf="$myconf --with-esd" \ || myconf="$myconf --without-esd" - use oss \ + use oss \ && myconf="$myconf --with-oss" \ || myconf="$myconf --without-oss" diff --git a/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild b/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild index 48aa58711540..6d37e6acbab5 100644 --- a/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild +++ b/app-cdr/gtoaster/gtoaster-1.0_beta6.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/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild,v 1.3 2002/10/05 05:39:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild,v 1.4 2002/10/16 23:05:06 vapier Exp $ IUSE="nls esd gnome oss oggvorbis" @@ -40,11 +40,11 @@ src_compile() { && myconf="$myconf --with-gnome --with-orbit" \ || myconf="$myconf --without-gnome --without-orbit" - use esd \ + use esd \ && myconf="$myconf --with-esd" \ || myconf="$myconf --without-esd" - use oss \ + use oss \ && myconf="$myconf --with-oss" \ || myconf="$myconf --without-oss" |