From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NrFdm-0002YN-B6 for garchives@archives.gentoo.org; Mon, 15 Mar 2010 19:07:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D13CFE0AAB; Mon, 15 Mar 2010 19:07:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 97C25E0AAB for ; Mon, 15 Mar 2010 19:07:47 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 448581B4021 for ; Mon, 15 Mar 2010 19:07:47 +0000 (UTC) Received: from robbat2 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NrFdi-0007mW-G2 for gentoo-commits@lists.gentoo.org; Mon, 15 Mar 2010 19:07:46 +0000 From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles: use.local.desc X-VCS-Repository: gentoo-x86 X-VCS-Files: use.local.desc X-VCS-Directories: profiles X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Robin H. Johnson" Date: Mon, 15 Mar 2010 19:07:46 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3d494491-f118-4178-b1e0-470351f7ce89 X-Archives-Hash: a69c621a524c318cefb60df49f5259a3 robbat2 10/03/15 19:07:46 Modified: use.local.desc Log: Automated update of use.local.desc Revision Changes Path 1.5398 var/cvsroot/gentoo-x86/profiles/use.local.desc file : http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profi= les/use.local.desc?rev=3D1.5398&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profi= les/use.local.desc?rev=3D1.5398&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profi= les/use.local.desc?r1=3D1.5397&r2=3D1.5398 Index: use.local.desc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v retrieving revision 1.5397 retrieving revision 1.5398 diff -p -w -b -B -u -u -r1.5397 -r1.5398 --- use.local.desc 15 Mar 2010 06:07:45 -0000 1.5397 +++ use.local.desc 15 Mar 2010 19:07:46 -0000 1.5398 @@ -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.5397 2010= /03/15 06:07:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5398 2010= /03/15 19:07:46 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds wh= ich # contain them. # Keep it sorted (use "LC_ALL=3DC sort -t: -k1,1 -k2 | LC_ALL=3DC sort -= s -t/ -k1,1") @@ -607,6 +607,18 @@ dev-db/ingres:nodbms - Disable dbms comp dev-db/libdrizzle:tcmalloc - Use the dev-util/google-perftools librarie= s to replace the malloc() implementation with a possibly faster one.=20 dev-db/libpq:pg-intdatetime - Enable --enable-integer-datetimes configur= e option, which changes PG to use 64-bit integers for timestamp storage dev-db/maatkit:udf - Build the MySQL UDFs shipped with maatkit, requires= non-minimal MySQL +dev-db/mariadb:big-tables - Make tables contain up to 1.844E+19 rows +dev-db/mariadb:cluster - Add support for NDB clustering (deprecated) +dev-db/mariadb:community - Enables the community features from upstream. +dev-db/mariadb:embedded - Build embedded server (libmysqld) +dev-db/mariadb:extraengine - Add support for alternative storage engines= (Archive, CSV, Blackhole, Federated(X), Partition) +dev-db/mariadb:latin1 - Use LATIN1 encoding instead of UTF8 +dev-db/mariadb:libevent - Use libevent for connection handling +dev-db/mariadb:max-idx-128 - Raise the max index per table limit from 64= to 128 +dev-db/mariadb:minimal - Install client programs only, no server +dev-db/mariadb:pbxt - Add experimental support for PBXT storage engine +dev-db/mariadb:profiling - Add support for statement profiling (requires= USE=3Dcommunity). +dev-db/mariadb:test - Install upstream testsuites for end use. dev-db/mysql:big-tables - Make tables contain up to 1.844E+19 rows dev-db/mysql:cluster - Add support for NDB clustering (deprecated) dev-db/mysql:community - Enables the community features from upstream.