diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 21:43:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 21:43:23 +0000 |
commit | abed8d9e9c806070f53a2c2e3ea2ba54b15f6d41 (patch) | |
tree | ec4621f44d50d8dfb09dea7aa9c91ba9e3e0dbe1 /net-ftp/ftpd | |
parent | Minor fix (diff) | |
download | historical-abed8d9e9c806070f53a2c2e3ea2ba54b15f6d41.tar.gz historical-abed8d9e9c806070f53a2c2e3ea2ba54b15f6d41.tar.bz2 historical-abed8d9e9c806070f53a2c2e3ea2ba54b15f6d41.zip |
Fix use invocation
Diffstat (limited to 'net-ftp/ftpd')
-rw-r--r-- | net-ftp/ftpd/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog index d8d1431cef1d..50e1415fb2f1 100644 --- a/net-ftp/ftpd/ChangeLog +++ b/net-ftp/ftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/ftpd -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.11 2003/08/13 15:34:13 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.12 2004/06/09 21:41:10 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ftpd-0.17-r1.ebuild, + ftpd-0.17.ebuild: + Fix use invocation 13 Aug 2003; Aron Griffis <agriffis@gentoo.org> ftpd-0.17-r1.ebuild: Mark stable on alpha for LiveCD diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index 6ec815e99b54..7dc86fd5bdd8 100644 --- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-r1.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-r1.ebuild,v 1.5 2003/09/07 00:12:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.6 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 epatch ${FILESDIR}/${P}-shadowfix.patch 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 } |