diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-04-29 19:46:17 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-04-29 19:46:17 +0000 |
commit | a90bfea10828ccde42b19dc29459292db2c439bb (patch) | |
tree | d44122319c50b4ac31f5b684b4b684a4702d9b65 /net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild | |
parent | Version bump, bug 316733. (diff) | |
download | gentoo-2-a90bfea10828ccde42b19dc29459292db2c439bb.tar.gz gentoo-2-a90bfea10828ccde42b19dc29459292db2c439bb.tar.bz2 gentoo-2-a90bfea10828ccde42b19dc29459292db2c439bb.zip |
Fix quoting for #293577
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild b/net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild index f2657a4824cb..b5486e21e402 100644 --- a/net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.7.2-r2.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/net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild,v 1.2 2010/01/02 14:43:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild,v 1.3 2010/04/29 19:46:17 truedfx Exp $ EAPI="2" @@ -35,7 +35,7 @@ src_prepare() { } src_compile() { - emake OPTIMISE= DEBUG= CFLAGS="${CFLAGS}" LDFLAGS=${LDFLAGS} CC=$(tc-getCC) || die "emake failed" + emake OPTIMISE= DEBUG= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die "emake failed" } src_install() { |