diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-05-31 02:32:58 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-05-31 02:32:58 +0000 |
commit | e74cbda0239bd48ad84d1c307a1869b148101d6d (patch) | |
tree | 198b597b9cdcfb70338c63b763bf50b9d59d960c /net-misc | |
parent | - Gave the ebuild a slight facelift. (diff) | |
download | historical-e74cbda0239bd48ad84d1c307a1869b148101d6d.tar.gz historical-e74cbda0239bd48ad84d1c307a1869b148101d6d.tar.bz2 historical-e74cbda0239bd48ad84d1c307a1869b148101d6d.zip |
- Final touch.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-3.2.3_p1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-3.2.3_p1.ebuild b/net-misc/openssh/openssh-3.2.3_p1.ebuild index 1a486f5d9378..7d562c529d41 100644 --- a/net-misc/openssh/openssh-3.2.3_p1.ebuild +++ b/net-misc/openssh/openssh-3.2.3_p1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.2.3_p1.ebuild,v 1.2 2002/05/31 02:31:50 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.2.3_p1.ebuild,v 1.3 2002/05/31 02:32:58 agenkin Exp $ DESCRIPTION="Port of OpenBSD's free SSH release" HOMEPAGE="http://www.openssh.com/" # openssh recognizes when openssl has been slightly upgraded and refuses to run. # This new rev will use the new openssl. -RDEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.73 >=sys-apps/shadow-4.0.2-r2 ) +RDEPEND="virtual/glibc + pam? ( >=sys-libs/pam-0.73 >=sys-apps/shadow-4.0.2-r2 ) >=dev-libs/openssl-0.9.6d sys-libs/zlib" |