diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:09:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:09:41 +0000 |
commit | 8169311f7d1c81d2166a360b67181327e7188a10 (patch) | |
tree | 2175805cf3dce9c2668cd3f3fb31f37218c44e49 /x11-misc/trayer | |
parent | whitespace (diff) | |
download | gentoo-2-8169311f7d1c81d2166a360b67181327e7188a10.tar.gz gentoo-2-8169311f7d1c81d2166a360b67181327e7188a10.tar.bz2 gentoo-2-8169311f7d1c81d2166a360b67181327e7188a10.zip |
whitespace
(Portage version: 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 } - |