summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-04-01 15:08:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-04-01 15:08:13 +0000
commit95e35f6ed8fb8925a28557e94ef03cf1dc17a429 (patch)
tree1d48361f1d26af81b459d26e13cbad326e3920cc /profiles
parentVersion bump (bug #309625). (diff)
downloadgentoo-2-95e35f6ed8fb8925a28557e94ef03cf1dc17a429.tar.gz
gentoo-2-95e35f6ed8fb8925a28557e94ef03cf1dc17a429.tar.bz2
gentoo-2-95e35f6ed8fb8925a28557e94ef03cf1dc17a429.zip
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.local.desc5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 9debcf7d84f7..856453808633 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5452 2010/03/31 20:28:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5453 2010/04/01 15:08:13 robbat2 Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
# Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1")
@@ -600,9 +600,10 @@ dev-db/drizzle:curl - Enable the HTTP authentication plugin (using net-misc/cur
dev-db/drizzle:doc - Build the API documentation for the package, using app-doc/doxygen. Warning, this might take over an hour on slower machines.
dev-db/drizzle:gearman - Enable the gearman plugins for user-defined functions and logging (using sys-cluster/gearman).
dev-db/drizzle:gnutls - Enable the MD5 plugin for user-defined functions (using net-libs/gnutls). Note: when enabling both this flag and the curl flag, net-misc/curl has to be built with the gnutls USE flag or with no SSL support at all to avoid runtime linking conflicts.
+dev-db/drizzle:md5 - Enable the MD5 plugin, using dev-libs/libgcrypt; this replaces the older openssl and gnutls USE flags.
dev-db/drizzle:memcache - Enable the memcache plugin for user-defined functions and statistics in I_S tables (using dev-libs/libmemcached). Currently restricts tests because of an upstream testsuite bug.
dev-db/drizzle:openssl - Enable the MD5 plugin for user-defined functions (using dev-libs/openssl). Note: when enabling both this flag and the curl flag, net-misc/curl has to be built with the openssl USE flag or with no SSL support at all to avoid runtime linking conflicts.
-dev-db/drizzle:pam - Enable the PAM authentication plugin (using sys-libs/pam). Warning: currently the pam configuration file is missing so it will not work out of the box.
+dev-db/drizzle:pam - Enable the PAM authentication plugin (using sys-libs/pam). The configuration file created will be /etc/pam.d/drizzle.
dev-db/drizzle:tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one.
dev-db/ingres:client - Disable dbms component
dev-db/ingres:das - Enable das support