summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-10 18:10:03 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-10 18:10:03 +0000
commit56230c63ce240855372d508e9358a080f1582d14 (patch)
treeae0af802587a39b320d18b7dc6312750edfc4c0f /net-nds/openldap/openldap-2.4.25.ebuild
parentVersion Bump, #402941 (diff)
downloadgentoo-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.25.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.4.25.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.4.25.ebuild b/net-nds/openldap/openldap-2.4.25.ebuild
index d918f643ad51..39a91d81452e 100644
--- a/net-nds/openldap/openldap-2.4.25.ebuild
+++ b/net-nds/openldap/openldap-2.4.25.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.25.ebuild,v 1.2 2012/02/02 08:42:07 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.25.ebuild,v 1.3 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
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}"