diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-01 10:22:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-01 10:22:46 +0000 |
commit | 41804e9bc55c277993b287418c7f4865ab7294ea (patch) | |
tree | 8b17c5310ef18501008bb2243ec72c5894c0eea4 /net-libs/libtorrent | |
parent | stable on amd64 (diff) | |
download | gentoo-2-41804e9bc55c277993b287418c7f4865ab7294ea.tar.gz gentoo-2-41804e9bc55c277993b287418c7f4865ab7294ea.tar.bz2 gentoo-2-41804e9bc55c277993b287418c7f4865ab7294ea.zip |
Removed triling whitespace.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild b/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild index 004bd4e3d81e..e8ad5077b4f7 100644 --- a/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild,v 1.2 2005/08/01 01:09:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild,v 1.3 2005/08/01 10:22:46 flameeyes Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -33,7 +33,7 @@ src_compile() { $(use_enable debug) \ --disable-dependency-tracking \ || die "econf failed" - + # This is needed until the proper cflags patch is applied # Saves us from running autoconf and stuff. emake AM_CXXFLAGS="${CXXFLAGS}" || die "emake failed" |