| 1 | # Copyright 1999-2011 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/sys-libs/pam/pam-1.1.5.ebuild,v 1.7 2011/11/25 17:34:05 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.5.ebuild,v 1.8 2012/05/04 07:33:11 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit libtool multilib eutils pam toolchain-funcs flag-o-matic db-use |
7 | inherit libtool multilib eutils pam toolchain-funcs flag-o-matic db-use |
| 8 | |
8 | |
| … | |
… | |
| 31 | )" |
31 | )" |
| 32 | DEPEND="${RDEPEND} |
32 | DEPEND="${RDEPEND} |
| 33 | >=sys-devel/libtool-2 |
33 | >=sys-devel/libtool-2 |
| 34 | sys-devel/flex |
34 | sys-devel/flex |
| 35 | nls? ( sys-devel/gettext ) |
35 | nls? ( sys-devel/gettext ) |
| 36 | dev-util/pkgconfig" |
36 | virtual/pkgconfig" |
| 37 | PDEPEND="sys-auth/pambase |
37 | PDEPEND="sys-auth/pambase |
| 38 | vim-syntax? ( app-vim/pam-syntax )" |
38 | vim-syntax? ( app-vim/pam-syntax )" |
| 39 | RDEPEND="${RDEPEND} |
39 | RDEPEND="${RDEPEND} |
| 40 | !sys-auth/openpam |
40 | !sys-auth/openpam |
| 41 | !sys-auth/pam_userdb" |
41 | !sys-auth/pam_userdb" |