diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-01 17:23:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-01 17:23:35 +0000 |
commit | 56942e49ad9eb059c0fc5b9b31e5f2c471504e2d (patch) | |
tree | 8ecb7d3bdc49dd360abb505d4dc68025fc7cb967 /net-misc/openssh | |
parent | Initial import (diff) | |
download | historical-56942e49ad9eb059c0fc5b9b31e5f2c471504e2d.tar.gz historical-56942e49ad9eb059c0fc5b9b31e5f2c471504e2d.tar.bz2 historical-56942e49ad9eb059c0fc5b9b31e5f2c471504e2d.zip |
add virtual/os-headers to DEPEND #43246
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-3.7.1_p2-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.7.1_p2-r2.ebuild | 3 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.8_p1.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild b/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild index 41212f4798bb..c58bca51bf37 100644 --- a/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild +++ b/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild,v 1.10 2004/02/23 00:14:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild,v 1.11 2004/03/01 17:23:35 vapier Exp $ inherit eutils flag-o-matic ccc gnuconfig [ `use kerberos` ] && append-flags -I/usr/include/gssapi @@ -35,6 +35,7 @@ RDEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 !ppc64? ( tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) )" DEPEND="${RDEPEND} + virtual/os-headers dev-lang/perl sys-apps/groff >=sys-apps/sed-4" diff --git a/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild b/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild index b576b08f9a3d..1e2c0ef772b1 100644 --- a/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild +++ b/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild,v 1.11 2004/02/27 01:33:33 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild,v 1.12 2004/03/01 17:23:35 vapier Exp $ inherit eutils flag-o-matic ccc gnuconfig @@ -34,6 +34,7 @@ RDEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 !ppc64? ( tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) )" DEPEND="${RDEPEND} + virtual/os-headers dev-lang/perl sys-apps/groff >=sys-apps/sed-4" diff --git a/net-misc/openssh/openssh-3.8_p1.ebuild b/net-misc/openssh/openssh-3.8_p1.ebuild index a09b598e40a0..3beacb9ffe76 100644 --- a/net-misc/openssh/openssh-3.8_p1.ebuild +++ b/net-misc/openssh/openssh-3.8_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.8_p1.ebuild,v 1.1 2004/02/24 21:58:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.8_p1.ebuild,v 1.2 2004/03/01 17:23:35 vapier Exp $ inherit eutils flag-o-matic ccc gnuconfig @@ -34,6 +34,7 @@ RDEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 !ppc64? ( tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) )" DEPEND="${RDEPEND} + virtual/os-headers dev-lang/perl sys-apps/groff >=sys-apps/sed-4 |