summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-03-09 11:20:31 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-03-09 11:20:31 +0000
commitc6bcb5949f009f7253115671eed6f0fce64ce3c2 (patch)
tree5bd109c3edeaa9796986dbddb85fbec2bad9ce26 /net-irc
parentFix building with USE="-gtk" when x11-libs/gtk+:2 is not installed, wrt bug #... (diff)
downloadgentoo-2-c6bcb5949f009f7253115671eed6f0fce64ce3c2.tar.gz
gentoo-2-c6bcb5949f009f7253115671eed6f0fce64ce3c2.tar.bz2
gentoo-2-c6bcb5949f009f7253115671eed6f0fce64ce3c2.zip
QA: fix whitespaces
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/hexchat-2.9.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/hexchat/hexchat-2.9.4.ebuild b/net-irc/hexchat/hexchat-2.9.4.ebuild
index 96b0f98df175..b34f3faebb51 100644
--- a/net-irc/hexchat/hexchat-2.9.4.ebuild
+++ b/net-irc/hexchat/hexchat-2.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4.ebuild,v 1.12 2013/03/09 11:18:42 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4.ebuild,v 1.13 2013/03/09 11:20:31 pinkbyte Exp $
EAPI=5
@@ -50,10 +50,10 @@ src_prepare() {
-i configure.ac || die 'sed failed'
fi
- # Fix to compile with USE=-gtk when there is no gtk installed
- if ! use gtk ; then
- sed -i 's/AM_PATH_GTK_2_0//' configure.ac || die 'sed failed'
- fi
+ # Fix to compile with USE=-gtk when there is no gtk installed
+ if ! use gtk ; then
+ sed -i 's/AM_PATH_GTK_2_0//' configure.ac || die 'sed failed'
+ fi
mkdir "m4" || die "mkdir failed"
./autogen.sh || die "autogen.sh failed"