diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-03 18:49:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-03 18:49:52 +0000 |
commit | 3777d6087f2943736e6e07759232baa1309d9c8d (patch) | |
tree | 3ce2143e2cf4980cb802068bcbf6399860befb1f /x11-plugins/wmtime | |
parent | improved the DESCRIPTION (diff) | |
download | gentoo-2-3777d6087f2943736e6e07759232baa1309d9c8d.tar.gz gentoo-2-3777d6087f2943736e6e07759232baa1309d9c8d.tar.bz2 gentoo-2-3777d6087f2943736e6e07759232baa1309d9c8d.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmtime')
-rw-r--r-- | x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild index 85fcedbc4145..299b8c7db42e 100644 --- a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild +++ b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v 1.3 2010/09/03 13:34:09 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v 1.4 2010/09/03 18:49:52 mr_bones_ Exp $ inherit eutils versionator @@ -41,7 +41,7 @@ src_unpack() { # apply debian patch epatch "${PN}_${MY_PV}-${MY_PL}.diff" - # honour Gentoo LDFLAGS, bug #335799 + # honour Gentoo LDFLAGS, bug #335799 sed -i "s/-o wmtime/\$(LDFLAGS) -o wmtime/" "${S}/Makefile" } |