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
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')
-rw-r--r--net-irc/vyqchat/Manifest4
-rw-r--r--net-irc/vyqchat/vyqchat-0.1.1.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/net-irc/vyqchat/Manifest b/net-irc/vyqchat/Manifest
index 574fbbc965ed..e17cd49b46b9 100644
--- a/net-irc/vyqchat/Manifest
+++ b/net-irc/vyqchat/Manifest
@@ -1,4 +1,4 @@
-MD5 35a186a04382fc1554a13d14436e3726 vyqchat-0.1.1.ebuild 827
-MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 3592cf4ea651a3154060c433c63e50e0 ChangeLog 351
+MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
+MD5 4175e42ad13930f8fa28eefd2a075523 vyqchat-0.1.1.ebuild 829
MD5 26be75128cee034d9b8356e30f45e32e files/digest-vyqchat-0.1.1 65
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
}