diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:02:59 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:02:59 +0000 |
commit | f04fab693608b48b1793d947dc25cfa1c603630b (patch) | |
tree | 195fc0588cc5352d48a0a66a6ccae4201da2d155 /net-irc/xchat-systray | |
parent | Adding a bunch of xkb patches and other things. PATCH_VER is 2.1.11. (diff) | |
download | gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.gz gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.bz2 gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.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" } |