summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-25 16:05:09 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-25 16:05:09 +0000
commitde72f12c7284690bb03a755399acb0ff42dd5980 (patch)
tree23b02e7637ea106f1e9508c247cbcb6598647461 /net-misc/curl
parentremove WORKDIR restriction on rpm_unpack (#50291) (diff)
downloadgentoo-2-de72f12c7284690bb03a755399acb0ff42dd5980.tar.gz
gentoo-2-de72f12c7284690bb03a755399acb0ff42dd5980.tar.bz2
gentoo-2-de72f12c7284690bb03a755399acb0ff42dd5980.zip
Fixed space errors.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/curl')
-rw-r--r--net-misc/curl/curl-7.14.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.14.0.ebuild b/net-misc/curl/curl-7.14.0.ebuild
index 9d235afaa7c7..2a0064112b08 100644
--- a/net-misc/curl/curl-7.14.0.ebuild
+++ b/net-misc/curl/curl-7.14.0.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-misc/curl/curl-7.14.0.ebuild,v 1.1 2005/06/25 15:04:04 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.14.0.ebuild,v 1.2 2005/06/25 16:05:09 swegener Exp $
# NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
@@ -64,7 +64,7 @@ src_compile() {
fi
fi
- if use ssl && use gnutls; then
+ if use ssl && use gnutls; then
myconf="${myconf} --without-ssl --with-gnutls=/usr"
elif use ssl; then
myconf="${myconf} --without-gnutls --with-ssl=/usr"