diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:02:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:02:59 +0000 |
commit | 640ff9fded3e3035963b427a333ce207102eec7a (patch) | |
tree | ad05c9f970ed8393c0e9001315aacbb6dcb5b9ba /net-irc/xchat-systray | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-640ff9fded3e3035963b427a333ce207102eec7a.tar.gz historical-640ff9fded3e3035963b427a333ce207102eec7a.tar.bz2 historical-640ff9fded3e3035963b427a333ce207102eec7a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-irc/xchat-systray')
-rw-r--r-- | net-irc/xchat-systray/Manifest | 2 | ||||
-rw-r--r-- | net-irc/xchat-systray/xchat-systray-2.3.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/xchat-systray/Manifest b/net-irc/xchat-systray/Manifest index 9220950c35ab..ef7cc62ac3eb 100644 --- a/net-irc/xchat-systray/Manifest +++ b/net-irc/xchat-systray/Manifest @@ -1,4 +1,4 @@ MD5 c2b4dd4896c15e1f3ec926a8547e350c ChangeLog 389 -MD5 cff2aa76a5157e3acda4985a55ee80ff xchat-systray-2.3.1.ebuild 798 MD5 3cdab9930cd9a4108a975d417483d04e metadata.xml 180 +MD5 911f818a68d1ec97b737a07d5a61b446 xchat-systray-2.3.1.ebuild 801 MD5 9a65d335f20aacff5764eae11d496abc files/digest-xchat-systray-2.3.1 77 diff --git a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild index 5895d1e57437..04c33d727e13 100644 --- a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild +++ b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.1 2003/08/30 17:34:03 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.2 2003/09/06 22:02:56 msterret Exp $ S=${WORKDIR}/${PN}-plugin_${PV} DESCRIPTION="KDE/GNOME system tray plugin for X-Chat." @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} >=net-irc/xchat-2.0.3" src_compile() { - + MAKEOPTS="-j1" emake || die "Compile failed" } |