diff options
-rw-r--r-- | sys-auth/openpam/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20050616.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index f102dd260949..29e8554f0819 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2006/10/17 09:31:16 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.6 2006/10/21 15:27:13 flameeyes Exp $ + + 21 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + openpam-20050616.ebuild: + Make openpam accept netbsd-pam-modules (from transition overlay) for + Gentoo/NetBSD systems, avoid having the ebuild in overlay. 17 Oct 2006; Roy Marples <uberlord@gentoo.org> openpam-20050616.ebuild: Added ~sparc-fbsd keyword. diff --git a/sys-auth/openpam/openpam-20050616.ebuild b/sys-auth/openpam/openpam-20050616.ebuild index 18ba3433f228..eac61c17c18d 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.4 2006/10/17 09:31:16 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.5 2006/10/21 15:27:13 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -19,7 +19,7 @@ IUSE="debug" RDEPEND="!virtual/pam" DEPEND="sys-devel/make dev-lang/perl" -PDEPEND="sys-freebsd/freebsd-pam-modules" +PDEPEND="|| ( sys-freebsd/freebsd-pam-modules sys-netbsd/netbsd-pam-modules )" PROVIDE="virtual/pam" |