summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2007-09-23 22:23:00 +0000
committerFerris McCormick <fmccor@gentoo.org>2007-09-23 22:23:00 +0000
commitb927678a607a9b6482e096fb5f6f9c774efc5cfc (patch)
tree428d753fdaab9633fd46a5d5697911e277b82ed2 /net-ftp/yafc
parentInitial import. (diff)
downloadgentoo-2-b927678a607a9b6482e096fb5f6f9c774efc5cfc.tar.gz
gentoo-2-b927678a607a9b6482e096fb5f6f9c774efc5cfc.tar.bz2
gentoo-2-b927678a607a9b6482e096fb5f6f9c774efc5cfc.zip
Add quotes for ${FILESDIR}, per dberkholz.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r--net-ftp/yafc/ChangeLog5
-rw-r--r--net-ftp/yafc/yafc-1.1.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog
index 4c669651fc01..b580dcaacfa8 100644
--- a/net-ftp/yafc/ChangeLog
+++ b/net-ftp/yafc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/yafc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.33 2007/09/23 15:32:56 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.34 2007/09/23 22:23:00 fmccor Exp $
+
+ 23 Sep 2007; Ferris McCormick <fmccor@gentoo.org> yafc-1.1.1-r1.ebuild:
+ Add quotes for ${FILESDIR}, per dberkholz.
23 Sep 2007; Ferris McCormick <fmccor@gentoo.org>
+files/yafc-1.1.1-heimdal_gssapi_fix.patch, yafc-1.1.1-r1.ebuild:
diff --git a/net-ftp/yafc/yafc-1.1.1-r1.ebuild b/net-ftp/yafc/yafc-1.1.1-r1.ebuild
index 916643f5e776..f1e6f3e1f3f4 100644
--- a/net-ftp/yafc/yafc-1.1.1-r1.ebuild
+++ b/net-ftp/yafc/yafc-1.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.6 2007/09/23 15:32:56 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.7 2007/09/23 22:23:00 fmccor Exp $
inherit autotools eutils
@@ -23,7 +23,7 @@ src_unpack() {
unpack "${A}"
cd "${S}"
epatch "${FILESDIR}/${P}-gcc4.patch"
- epatch ${FILESDIR}/${P}-heimdal_gssapi_fix.patch
+ epatch "${FILESDIR}/${P}-heimdal_gssapi_fix.patch"
AT_M4DIR="cf"
eautoreconf