summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 01:54:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 01:54:14 +0000
commit2fd2f631d89f219ec232de6edf22129a4a1e7309 (patch)
tree7784ecd3779bf27d955c9733f40999958b7d25f8 /net-www/amaya/amaya-8.0.ebuild
parentheader fix (diff)
downloadgentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.gz
gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.bz2
gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.zip
whitespace cleanup
Diffstat (limited to 'net-www/amaya/amaya-8.0.ebuild')
-rw-r--r--net-www/amaya/amaya-8.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-www/amaya/amaya-8.0.ebuild b/net-www/amaya/amaya-8.0.ebuild
index 463a8d4f9726..0d12a6097b66 100644
--- a/net-www/amaya/amaya-8.0.ebuild
+++ b/net-www/amaya/amaya-8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.0.ebuild,v 1.2 2003/07/13 21:44:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.0.ebuild,v 1.3 2003/09/06 01:54:08 msterret Exp $
inherit libtool
@@ -27,11 +27,11 @@ src_compile() {
local myconf=""
mkdir ${S}
cd ${S}
- if [ -n "`use gtk`" ]
- then
+ if [ -n "`use gtk`" ]
+ then
myconf="${myconf} --with-gtk"
-
- else
+
+ else
myconf="${myconf} --without-gtk"
fi
../configure \