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 1OEVGQ-0003yN-Pl for garchives@archives.gentoo.org; Tue, 18 May 2010 22:27:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C9FE0986; Tue, 18 May 2010 22:27:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1AC65E0986 for ; Tue, 18 May 2010 22:27:50 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7DBA467CE3 for ; Tue, 18 May 2010 22:27:49 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 544) id 8319F2C70A; Tue, 18 May 2010 22:27:48 +0000 (UTC) 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: <20100518222748.8319F2C70A@corvid.gentoo.org> Date: Tue, 18 May 2010 22:27:48 +0000 (UTC) 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: 25ba236b-613c-48c6-9088-5251677fc17c X-Archives-Hash: da5880e0bfe6fb84e00a2e54b1b11de4 robbat2 10/05/18 22:27:48 Modified: use.local.desc Log: Automated update of use.local.desc Revision Changes Path 1.5575 var/cvsroot/gentoo-x86/profiles/use.local.desc file : http://sources.gentoo.org/viewvc.cgi//var/cvsroot/gentoo-x86/profi= les/use.local.desc?rev=3D1.5575&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi//var/cvsroot/gentoo-x86/profi= les/use.local.desc?rev=3D1.5575&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi//var/cvsroot/gentoo-x86/profi= les/use.local.desc?r1=3D1.5574&r2=3D1.5575 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.5574 retrieving revision 1.5575 diff -p -w -b -B -u -u -r1.5574 -r1.5575 --- use.local.desc 18 May 2010 20:27:48 -0000 1.5574 +++ use.local.desc 18 May 2010 22:27:48 -0000 1.5575 @@ -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.5574 2010= /05/18 20:27:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5575 2010= /05/18 22:27:48 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") @@ -837,6 +837,8 @@ dev-lang/php:zip - Enable ZIP file suppo dev-lang/python:threads - Enable threading support. (DON'T DISABLE THIS = UNLESS YOU KNOW WHAT YOU'RE DOING) dev-lang/python:wide-unicode - Enable wide Unicode implementation which = uses 4-byte Unicode characters. Switching of this USE flag changes ABI of= Python and requires reinstallation of many Python modules. (DON'T DISABL= E THIS UNLESS YOU KNOW WHAT YOU'RE DOING) dev-lang/python:wininst - Install Windows executables required to create= an executable installer for MS Windows. +dev-lang/ruby:libedit - Use the dev-libs/libedit library to provide the= readline extension, used for instance by the irb tool. This flag will ta= ke precedence over the readline USE flag. If neither libedit nor readline= USE flags are enabled, the readline extension will not be built (and irb= will lose line editing functionality).=20 +dev-lang/ruby:readline - Use the sys-libs/readline library to provide t= he readline extension, used for instance by the irb tool. This flag is me= aningful only if the libedit USE flag is disabled. If neither libedit nor= readline USE flags are enabled, the readline extension will not be built= (and irb will lose line editing functionality).=20 dev-lang/ruby:rubytests - Install ruby tests that can only be run after = ruby is installed dev-lang/ruby-enterprise:rubytests - Install ruby tests that can only be= run after ruby is installed dev-lang/ruby-enterprise:tcmalloc - Add support for TCMalloc provided by= dev-util/google-perftools