diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-08 10:56:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-08 10:56:04 +0000 |
commit | 9ad37fe72db20535a1aacc382755b9328a618c46 (patch) | |
tree | 3d85e79c5d2e03ef475f8db63cf5d2c331bc58e5 /sys-auth/nss_ldap/nss_ldap-258.ebuild | |
parent | Add the FEATURES=-userpriv die so that testing fails earlier than src_test. (diff) | |
download | historical-9ad37fe72db20535a1aacc382755b9328a618c46.tar.gz historical-9ad37fe72db20535a1aacc382755b9328a618c46.tar.bz2 historical-9ad37fe72db20535a1aacc382755b9328a618c46.zip |
Accidently dropped ~ia64 keyword. Add warning about 'ssl on' configuration for ldaps://.
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'sys-auth/nss_ldap/nss_ldap-258.ebuild')
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-258.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/nss_ldap/nss_ldap-258.ebuild b/sys-auth/nss_ldap/nss_ldap-258.ebuild index 9683df3dd161..a1a48d6a2cdb 100644 --- a/sys-auth/nss_ldap/nss_ldap-258.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-258.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild,v 1.1 2007/11/08 03:17:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-258.ebuild,v 1.2 2007/11/08 10:56:04 robbat2 Exp $ inherit fixheadtails eutils multilib autotools @@ -12,7 +12,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=net-nds/openldap-2.1.30-r5 sasl? ( dev-libs/cyrus-sasl ) @@ -73,3 +73,8 @@ src_install() { COPYING CVSVersionInfo.txt README nsswitch.ldap certutil docinto docs; dodoc doc/* } + +pkg_postinst() { + elog "If you use a ldaps:// string in the 'uri' setting of" + elog "your /etc/ldap.conf, you must set 'ssl on'!" +} |