summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2010-04-29 19:46:17 +0000
committerHarald van Dijk <truedfx@gentoo.org>2010-04-29 19:46:17 +0000
commita90bfea10828ccde42b19dc29459292db2c439bb (patch)
treed44122319c50b4ac31f5b684b4b684a4702d9b65 /net-dialup/pptpclient/pptpclient-1.7.2-r2.ebuild
parentVersion bump, bug 316733. (diff)
downloadgentoo-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.ebuild4
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() {