| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/Attic/openssh-5.9_p1-r3.ebuild,v 1.8 2012/03/13 11:57:18 phajdan.jr Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/Attic/openssh-5.9_p1-r3.ebuild,v 1.9 2012/05/05 03:20:40 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | inherit eutils flag-o-matic multilib autotools pam systemd |
6 | inherit eutils flag-o-matic multilib autotools pam systemd |
| 7 | |
7 | |
| 8 | # Make it more portable between straight releases |
8 | # Make it more portable between straight releases |
| … | |
… | |
| 36 | >=sys-libs/zlib-1.2.3 |
36 | >=sys-libs/zlib-1.2.3 |
| 37 | tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) |
37 | tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) |
| 38 | X? ( x11-apps/xauth ) |
38 | X? ( x11-apps/xauth ) |
| 39 | userland_GNU? ( virtual/shadow )" |
39 | userland_GNU? ( virtual/shadow )" |
| 40 | DEPEND="${RDEPEND} |
40 | DEPEND="${RDEPEND} |
| 41 | dev-util/pkgconfig |
41 | virtual/pkgconfig |
| 42 | virtual/os-headers |
42 | virtual/os-headers |
| 43 | sys-devel/autoconf" |
43 | sys-devel/autoconf" |
| 44 | RDEPEND="${RDEPEND} |
44 | RDEPEND="${RDEPEND} |
| 45 | pam? ( >=sys-auth/pambase-20081028 )" |
45 | pam? ( >=sys-auth/pambase-20081028 )" |
| 46 | |
46 | |