diff options
Diffstat (limited to 'net-misc/openssh/openssh-3.9_p1-r3.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-3.9_p1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-3.9_p1-r3.ebuild b/net-misc/openssh/openssh-3.9_p1-r3.ebuild index fa145a2a2fe8..176a49ac6d01 100644 --- a/net-misc/openssh/openssh-3.9_p1-r3.ebuild +++ b/net-misc/openssh/openssh-3.9_p1-r3.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/openssh/openssh-3.9_p1-r3.ebuild,v 1.6 2005/09/05 22:09:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.9_p1-r3.ebuild,v 1.7 2005/09/06 01:38:55 vapier Exp $ inherit eutils flag-o-matic ccc pam @@ -55,7 +55,6 @@ src_unpack() { epatch "${FILESDIR}"/${P}-kerberos-detection.patch #80811 use sftplogging && epatch ${FILESDIR}/${P}-sftplogging-1.2-gentoo.patch.bz2 - use alpha && epatch ${FILESDIR}/${PN}-3.5_p1-gentoo-sshd-gcc3.patch.bz2 use skey && epatch ${FILESDIR}/${P}-skey.patch.bz2 use chroot && epatch ${FILESDIR}/${P}-chroot.patch use X509 && epatch ${DISTDIR}/${X509_PATCH} && epatch "${FILESDIR}"/${P}-fix_suid-x509.patch |