diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-30 09:54:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-30 09:54:57 +0000 |
commit | b15a784f6c683745f9cf7470a8f4976a6fdf943d (patch) | |
tree | b6620d616d37f4c9b40ccbe381e8d0d5e8de4477 /sys-auth/openpam | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-b15a784f6c683745f9cf7470a8f4976a6fdf943d.tar.gz gentoo-2-b15a784f6c683745f9cf7470a8f4976a6fdf943d.tar.bz2 gentoo-2-b15a784f6c683745f9cf7470a8f4976a6fdf943d.zip |
As for sys-libs/pam, add pam-syntax PDEPEND with vim-syntax package present.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r-- | sys-auth/openpam/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20050616.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 29e8554f0819..a42e9c369260 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.6 2006/10/21 15:27:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.7 2006/10/30 09:54:57 flameeyes Exp $ + + 30 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + openpam-20050616.ebuild: + As for sys-libs/pam, add pam-syntax PDEPEND with vim-syntax package present. 21 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> openpam-20050616.ebuild: diff --git a/sys-auth/openpam/openpam-20050616.ebuild b/sys-auth/openpam/openpam-20050616.ebuild index eac61c17c18d..b4b0f6153594 100644 --- a/sys-auth/openpam/openpam-20050616.ebuild +++ b/sys-auth/openpam/openpam-20050616.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.5 2006/10/21 15:27:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.6 2006/10/30 09:54:57 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -14,18 +14,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~sparc-fbsd ~x86-fbsd" -IUSE="debug" +IUSE="debug vim-syntax" RDEPEND="!virtual/pam" DEPEND="sys-devel/make dev-lang/perl" -PDEPEND="|| ( sys-freebsd/freebsd-pam-modules sys-netbsd/netbsd-pam-modules )" +PDEPEND="|| ( sys-freebsd/freebsd-pam-modules sys-netbsd/netbsd-pam-modules ) + vim-syntax? ( app-vim/pam-syntax )" PROVIDE="virtual/pam" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${PN}-20050201-gentoo.patch" epatch "${FILESDIR}/${PN}-20050201-nbsd.patch" @@ -47,7 +48,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install + emake -j1 DESTDIR="${D}" install dodoc CREDITS HISTORY MANIFEST RELNOTES README } |