summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 21:43:23 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 21:43:23 +0000
commit460481b98aa27e2e8cb823a04e89b88f9406b8ee (patch)
tree53ea1117bdb5a4f0ec84d3439903dc274631ceae /net-ftp/ftpd/ftpd-0.17.ebuild
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-460481b98aa27e2e8cb823a04e89b88f9406b8ee.tar.gz
gentoo-2-460481b98aa27e2e8cb823a04e89b88f9406b8ee.tar.bz2
gentoo-2-460481b98aa27e2e8cb823a04e89b88f9406b8ee.zip
Fix use invocation
Diffstat (limited to 'net-ftp/ftpd/ftpd-0.17.ebuild')
-rw-r--r--net-ftp/ftpd/ftpd-0.17.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/ftpd/ftpd-0.17.ebuild b/net-ftp/ftpd/ftpd-0.17.ebuild
index 105bb871048a..7b89daa07347 100644
--- a/net-ftp/ftpd/ftpd-0.17.ebuild
+++ b/net-ftp/ftpd/ftpd-0.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.10 2003/09/07 00:12:23 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.11 2004/06/09 21:41:10 agriffis Exp $
inherit eutils
@@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
src_unpack() {
unpack ${A}
cd ${S}
- if [ "`use ssl`" ]; then
+ if use ssl; then
epatch ${FILESDIR}/ssl.diff.gz
fi
}