diff options
author | 2007-07-13 05:09:41 +0000 | |
---|---|---|
committer | 2007-07-13 05:09:41 +0000 | |
commit | 73c402a341350d2cf083bbb802a5c9ee0003f2ac (patch) | |
tree | 07306077c5cba095f55eedf6ec8cd973bb16ab29 /x11-misc/trayer | |
parent | whitespace (diff) | |
download | historical-73c402a341350d2cf083bbb802a5c9ee0003f2ac.tar.gz historical-73c402a341350d2cf083bbb802a5c9ee0003f2ac.tar.bz2 historical-73c402a341350d2cf083bbb802a5c9ee0003f2ac.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'x11-misc/trayer')
-rw-r--r-- | x11-misc/trayer/trayer-1.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild index 98bb2220913a..43c037137972 100644 --- a/x11-misc/trayer/trayer-1.0.ebuild +++ b/x11-misc/trayer/trayer-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.13 2007/01/30 04:52:52 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.14 2007/07/13 05:09:41 mr_bones_ Exp $ DESCRIPTION="Lightweight GTK2-based systray for UNIX desktop" HOMEPAGE="http://fvwm-crystal.berlios.de/" @@ -22,7 +22,6 @@ src_unpack() { -e 's/$(LIBS) $(OBJ) $(SYSTRAYOBJ)/$(OBJ) $(SYSTRAYOBJ) $(LIBS)/' } - src_compile() { emake -j1 CFLAGS="${CFLAGS}" || die "emake failed" } @@ -31,4 +30,3 @@ src_install() { einstall PREFIX=${D}/usr || die "einstall failed" dodoc CHANGELOG COPYING CREDITS INSTALL README } - |