summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-06 06:11:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-06 06:11:31 +0000
commit946133b82b4110330d0a85f39543619983730f10 (patch)
tree1832e24cb755fecf7f88d80a91fdbdc49b28eb83 /net-irc/vyqchat/vyqchat-0.1.1.ebuild
parentrepoman: Trim trailing whitespace (diff)
downloadgentoo-2-946133b82b4110330d0a85f39543619983730f10.tar.gz
gentoo-2-946133b82b4110330d0a85f39543619983730f10.tar.bz2
gentoo-2-946133b82b4110330d0a85f39543619983730f10.zip
repoman: Fix leading whitespace
Diffstat (limited to 'net-irc/vyqchat/vyqchat-0.1.1.ebuild')
-rw-r--r--net-irc/vyqchat/vyqchat-0.1.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/vyqchat/vyqchat-0.1.1.ebuild b/net-irc/vyqchat/vyqchat-0.1.1.ebuild
index 32ceb93be130..7e68f5e364ac 100644
--- a/net-irc/vyqchat/vyqchat-0.1.1.ebuild
+++ b/net-irc/vyqchat/vyqchat-0.1.1.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-irc/vyqchat/vyqchat-0.1.1.ebuild,v 1.1 2003/10/05 17:40:22 gregf Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/vyqchat-0.1.1.ebuild,v 1.2 2003/10/06 06:11:23 mr_bones_ Exp $
DESCRIPTION="QT based Vypress Chat clone for X."
HOMEPAGE="http://linux.bydg.org/~yogin/"
@@ -20,9 +20,9 @@ src_compile() {
local myconf
use arts && myconf="--with-arts"
./configure --host=${CHOST} \
- --prefix=/usr --infodir=/usr/share/info \
- --mandir=/usr/share/man --with-x \
- --with-Qt-dir=/usr/qt/3 ${myconf} || die "./configure failed"
+ --prefix=/usr --infodir=/usr/share/info \
+ --mandir=/usr/share/man --with-x \
+ --with-Qt-dir=/usr/qt/3 ${myconf} || die "./configure failed"
emake || die
}