diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-04-18 14:28:17 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-04-18 14:28:17 +0000 |
commit | 114442a5e998514c2e27d9f9b1ac8af96ddc87fe (patch) | |
tree | b40a384e04da13e1dbfc261351d1ca9cd1a41b77 /profiles/use.local.desc | |
parent | Version bumps. Updated patchsets to fix buffer overflow in zlib extension (diff) | |
download | historical-114442a5e998514c2e27d9f9b1ac8af96ddc87fe.tar.gz historical-114442a5e998514c2e27d9f9b1ac8af96ddc87fe.tar.bz2 historical-114442a5e998514c2e27d9f9b1ac8af96ddc87fe.zip |
Added description for python's wininst USE flag.
Diffstat (limited to 'profiles/use.local.desc')
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index b80bbf68e128..27d5fe267478 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3496 2008/04/18 10:53:13 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3497 2008/04/18 14:28:17 hawking Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -452,6 +452,7 @@ dev-lang/php:zip - Enable ZIP file support dev-lang/php:zip-external - Enable ZIP file support (external PECL extension) dev-lang/python:nothreads - Disable threads (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING) dev-lang/python:ucs2 - Enable byte size 2 unicode (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING) +dev-lang/python:wininst - Install required Windows executables to create an executable installer for MS Windows. dev-lang/ruby:rubytests - Install ruby tests that can only be run after ruby is installed dev-lang/scala:binary - Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build. dev-lang/smarteiffel:tcc - use tcc instead of gcc for build (g++ is still used for c++ code) |