diff options
author | 2007-11-24 14:30:36 +0000 | |
---|---|---|
committer | 2007-11-24 14:30:36 +0000 | |
commit | 3c5954bf8aaf6fa983e0f1adb840dc467b672c6d (patch) | |
tree | 03fb9ecedde8b2272493bc5c6e87c911af29ceee /profiles | |
parent | Stable on x86 wrt bug #200177 (diff) | |
download | gentoo-2-3c5954bf8aaf6fa983e0f1adb840dc467b672c6d.tar.gz gentoo-2-3c5954bf8aaf6fa983e0f1adb840dc467b672c6d.tar.bz2 gentoo-2-3c5954bf8aaf6fa983e0f1adb840dc467b672c6d.zip |
Added local pch USE flag for x11-libs/wxGTK.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index e9d992bc9d76..f93e7df311eb 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.852 2007/11/24 07:01:34 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.853 2007/11/24 14:30:36 dirtyepic Exp $ + + 24 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> use.local.desc: + Added local pch USE flag for x11-libs/wxGTK. 24 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> package.mask: Add sys-libs/libtpm, last rites bug#198696 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e6efb9e1a56b..ebdd1c4129fe 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3164 2007/11/23 20:55:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3165 2007/11/24 14:30:36 dirtyepic Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -2186,6 +2186,7 @@ x11-libs/qt:immqt - Enable binary incompatible version of immodule for Qt x11-libs/qt:immqt-bc - Enable binary compatible version of immodule for Qt x11-libs/qt:pch - Enable precompiled header support for faster compilation times (gcc >3.4 only) x11-libs/qt:qt3support - Enable the Qt3Support libraries for Qt4 +x11-libs/wxGTK:pch - Enable precompiled header support for faster compiles at the expense of disk space x11-misc/adesklets:ctrlmenu - force CTRL to be pressed to fire context menu x11-misc/adesklets:fontconfig - Support for managing custom fonts via fontconfig x11-misc/dmenu:savedconfig - Add support to user defined configs |