diff options
author | 2009-12-03 20:03:12 +0000 | |
---|---|---|
committer | 2009-12-03 20:03:12 +0000 | |
commit | 09a44f75885a87a93b5a5af1d68da72fe66b8581 (patch) | |
tree | 5f0bfac58e0c56542251930544d4d99aa8eb4097 /net-nds/openldap | |
parent | Make cxx NOT defaulted per the profile, due to the circular dependency it bri... (diff) | |
download | gentoo-2-09a44f75885a87a93b5a5af1d68da72fe66b8581.tar.gz gentoo-2-09a44f75885a87a93b5a5af1d68da72fe66b8581.tar.bz2 gentoo-2-09a44f75885a87a93b5a5af1d68da72fe66b8581.zip |
Backport the IUSE=cxx fix.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/openldap')
-rw-r--r-- | net-nds/openldap/ChangeLog | 4 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.4.19.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/openldap/ChangeLog b/net-nds/openldap/ChangeLog index 4b1491127ba9..2e61ab541ad6 100644 --- a/net-nds/openldap/ChangeLog +++ b/net-nds/openldap/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for net-nds/openldap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.364 2009/12/03 20:02:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.365 2009/12/03 20:03:12 robbat2 Exp $ 03 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> - openldap-2.4.19-r1.ebuild: + openldap-2.4.19.ebuild, openldap-2.4.19-r1.ebuild: Make cxx NOT defaulted per the profile, due to the circular dependency it brings in with dev-libs/cyrus-sasl. Thanks to Cardoe for pointing out. diff --git a/net-nds/openldap/openldap-2.4.19.ebuild b/net-nds/openldap/openldap-2.4.19.ebuild index 9b726190f174..50ba15df9d64 100644 --- a/net-nds/openldap/openldap-2.4.19.ebuild +++ b/net-nds/openldap/openldap-2.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.19.ebuild,v 1.10 2009/11/24 23:31:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.19.ebuild,v 1.11 2009/12/03 20:03:12 robbat2 Exp $ EAPI="2" inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs @@ -18,7 +18,7 @@ IUSE_BACKEND="+berkdb" IUSE_OVERLAY="overlays perl" IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 syslog selinux" IUSE_CONTRIB="smbkrb5passwd kerberos" -IUSE_CONTRIB="${IUSE_CONTRIB} cxx" +IUSE_CONTRIB="${IUSE_CONTRIB} -cxx" IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}" # openssl is needed to generate lanman-passwords required by samba |