diff options
Diffstat (limited to 'net-irc/xchat-systray/xchat-systray-2.3.1.ebuild')
-rw-r--r-- | net-irc/xchat-systray/xchat-systray-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |