diff options
author | 2013-05-04 03:47:13 +0000 | |
---|---|---|
committer | 2013-05-04 03:47:13 +0000 | |
commit | 10bfa9bd09779ae50dd8bf9e0dff0e2747bcbba1 (patch) | |
tree | b2aa2f786adfb47ef6dc1da06bad512acf1237fe /sys-auth/pam_ldap | |
parent | Fix makefile to respect parallel compile; Respect LDFLAGS #336943; Move eof c... (diff) | |
download | gentoo-2-10bfa9bd09779ae50dd8bf9e0dff0e2747bcbba1.tar.gz gentoo-2-10bfa9bd09779ae50dd8bf9e0dff0e2747bcbba1.tar.bz2 gentoo-2-10bfa9bd09779ae50dd8bf9e0dff0e2747bcbba1.zip |
Add ~x86-fbsd with modifying dependency. #465038
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 771ef699670f..957f0fd6dda3 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.42 2012/10/21 08:55:09 maekke Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.43 2013/05/04 03:47:13 naota Exp $ + + 04 May 2013; Naohiro Aota <naota@gentoo.org> pam_ldap-186.ebuild: + Add ~x86-fbsd with modifying dependency. #465038 21 Oct 2012; Markus Meier <maekke@gentoo.org> pam_ldap-186.ebuild: add ~arm, bug #389561 diff --git a/sys-auth/pam_ldap/pam_ldap-186.ebuild b/sys-auth/pam_ldap/pam_ldap-186.ebuild index d896a4ea4f4c..87382eebe9e4 100644 --- a/sys-auth/pam_ldap/pam_ldap-186.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186.ebuild,v 1.2 2012/10/21 08:55:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-186.ebuild,v 1.3 2013/05/04 03:47:12 naota Exp $ inherit eutils pam @@ -10,10 +10,10 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="ssl sasl" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 +DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 ) + virtual/pam >=net-nds/openldap-2.1.30-r5 sasl? ( dev-libs/cyrus-sasl )" |