diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-10 18:10:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-10 18:10:03 +0000 |
commit | 56230c63ce240855372d508e9358a080f1582d14 (patch) | |
tree | ae0af802587a39b320d18b7dc6312750edfc4c0f /net-nds/openldap/openldap-2.4.23.ebuild | |
parent | Version Bump, #402941 (diff) | |
download | gentoo-2-56230c63ce240855372d508e9358a080f1582d14.tar.gz gentoo-2-56230c63ce240855372d508e9358a080f1582d14.tar.bz2 gentoo-2-56230c63ce240855372d508e9358a080f1582d14.zip |
Make USE=syslog default on older ebuilds as well, to solve where the logs are vanishing to with the default configuration.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/openldap/openldap-2.4.23.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.4.23.ebuild b/net-nds/openldap/openldap-2.4.23.ebuild index 2920dd2f58e5..a9ba41842cbd 100644 --- a/net-nds/openldap/openldap-2.4.23.ebuild +++ b/net-nds/openldap/openldap-2.4.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.23.ebuild,v 1.8 2012/02/02 08:42:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.23.ebuild,v 1.9 2012/02/10 18:10:03 robbat2 Exp $ EAPI="2" inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbs IUSE_DAEMON="crypt icu samba slp tcpd experimental minimal" IUSE_BACKEND="+berkdb" IUSE_OVERLAY="overlays perl" -IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 syslog selinux" +IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux" IUSE_CONTRIB="smbkrb5passwd kerberos" IUSE_CONTRIB="${IUSE_CONTRIB} -cxx" IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}" |