summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-05 15:41:23 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-05 15:41:23 +0000
commitd755b3ef70406bbfad7a27d81b0e0e0da6480f4e (patch)
treebfd2b738e9190e3e2b9e666702cec9095a1c9afd /dev-libs
parentFixed broken DEPEND. (diff)
downloadgentoo-2-d755b3ef70406bbfad7a27d81b0e0e0da6480f4e.tar.gz
gentoo-2-d755b3ef70406bbfad7a27d81b0e0e0da6480f4e.tar.bz2
gentoo-2-d755b3ef70406bbfad7a27d81b0e0e0da6480f4e.zip
Added missing parentheses to SRC_URI.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/cyrus-sasl/ChangeLog6
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog
index a422a02df02b..f88f92199d45 100644
--- a/dev-libs/cyrus-sasl/ChangeLog
+++ b/dev-libs/cyrus-sasl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/cyrus-sasl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.119 2005/04/24 12:40:37 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.120 2005/05/05 15:41:23 swegener Exp $
+
+ 05 May 2005; Sven Wegener <swegener@gentoo.org>
+ cyrus-sasl-2.1.20-r2.ebuild:
+ Added missing parentheses to SRC_URI.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
cyrus-sasl-2.1.20.ebuild:
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.ebuild
index 695917c2b786..25e43e3c5e6b 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.ebuild,v 1.5 2005/03/01 21:44:50 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.20-r2.ebuild,v 1.6 2005/05/05 15:41:23 swegener Exp $
inherit eutils gnuconfig flag-o-matic java-pkg multilib
@@ -9,7 +9,7 @@ ntlm_patch=${PN}-ntlm_impl-spnego.patch.gz
DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)"
HOMEPAGE="http://asg.web.cmu.edu/sasl/"
SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz
- ntlm_unsupported_patch? mirror://gentoo/${ntlm_patch}"
+ ntlm_unsupported_patch? ( mirror://gentoo/${ntlm_patch} )"
LICENSE="as-is"
SLOT="2"