summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-11-29 21:06:05 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-11-29 21:06:05 +0000
commite4083d5507ea3650f310504fd7a747bbb3fc5cb4 (patch)
tree282aff744a7a67ad283e52a49e603cd3b312d0a3 /net-misc
parentCloses #11158. (diff)
downloadhistorical-e4083d5507ea3650f310504fd7a747bbb3fc5cb4.tar.gz
historical-e4083d5507ea3650f310504fd7a747bbb3fc5cb4.tar.bz2
historical-e4083d5507ea3650f310504fd7a747bbb3fc5cb4.zip
Closes #11196.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openssh/ChangeLog5
-rw-r--r--net-misc/openssh/openssh-3.5_p1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/openssh/ChangeLog b/net-misc/openssh/ChangeLog
index 96280801a3d2..01d18475efc0 100644
--- a/net-misc/openssh/ChangeLog
+++ b/net-misc/openssh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/openssh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.20 2002/11/22 20:18:26 wwoods Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.21 2002/11/29 21:06:05 aliz Exp $
+
+ 29 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> openssh-3.5_p1.ebuild :
+ Rewrote patch applying code.
22 Nov 2002; Will Woods <wwoods@gentoo.org> openssh-3.5_p1.ebuild:
Added patch to fix compile problem on alpha.
diff --git a/net-misc/openssh/openssh-3.5_p1.ebuild b/net-misc/openssh/openssh-3.5_p1.ebuild
index f77f95172f26..334553b45cd1 100644
--- a/net-misc/openssh/openssh-3.5_p1.ebuild
+++ b/net-misc/openssh/openssh-3.5_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1.ebuild,v 1.4 2002/11/23 07:05:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1.ebuild,v 1.5 2002/11/29 21:06:05 aliz Exp $
IUSE="ipv6 static pam tcpd"
@@ -32,7 +32,9 @@ KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha"
src_unpack() {
unpack ${A}
cd ${S}
- use alpha && [[ `patch < ${FILESDIR}/${P}-gentoo-sshd-gcc3.patch` || `die` ]]
+ if [ `use alpha` ]; then
+ patch < ${FILESDIR}/${P}-gentoo-sshd-gcc3.patch || die
+ fi
}
src_compile() {