diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-06-23 22:51:14 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-06-23 22:51:14 +0000 |
commit | 7de6fbda1c91ec10a2d9db4f789697469c8bd582 (patch) | |
tree | 46c5a04c4b163366db3941cc931da55de881faf6 /profiles | |
parent | Replace PIC conditionals with __PIC__ conditionals, as suggested by Alexandre... (diff) | |
download | gentoo-2-7de6fbda1c91ec10a2d9db4f789697469c8bd582.tar.gz gentoo-2-7de6fbda1c91ec10a2d9db4f789697469c8bd582.tar.bz2 gentoo-2-7de6fbda1c91ec10a2d9db4f789697469c8bd582.zip |
Adding new global USE flags for qt3 and qt4. Cleaning use.local.desc of local qt3 and qt4 USE flags
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 76b9712ed4ac..e1f579ce275d 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.293 2006/06/23 21:21:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.294 2006/06/23 22:51:14 cardoe Exp $ # Keep them sorted @@ -265,6 +265,8 @@ profile - Adds profile support to builds of packages (will likely vary from ebui python - Adds support/bindings for the Python language qdbm - Adds support for the qdbm (Quick Database Manager) library qt - Adds support for the Qt GUI/Application Toolkit +qt3 - Adds support for the Qt GUI/Application Toolkit version 3.x +qt4 - Adds support for the Qt GUI/Application Toolkit version 4.x quicktime - Adds support for OpenQuickTime radius - Adds support for RADIUS authentication" readline - Enables support for libreadline, a GNU line-editing library that almost everyone wants diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f3f2e829c723..c5cdb718be45 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1966 2006/06/23 15:27:49 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1967 2006/06/23 22:51:14 cardoe Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -205,7 +205,6 @@ app-text/namazu:kakasi - Enable kakasi support for namazu app-text/noweb:icon - Enable icon language support for noweb app-text/pdftk:nodrm - Decrypt a document with the user_pw even if it has an owner_pw set app-text/poppler-bindings:cairo - Enable the cairo backend for poppler -app-text/poppler-bindings:qt4 - Enable the Qt4 backend for poppler app-text/poppler:cairo - Enable the cairo backend for poppler app-text/sword-modules:intl - Enable different languages app-text/sword:icu - Enable icu support for sword @@ -1352,8 +1351,6 @@ sci-libs/libghemical:mpqc - Use the MPQC package for quantum-mechanical calculat sci-libs/plplot:itcl - Support for itcl bindings. sci-libs/plplot:octave - Support for Octave bindings. sci-libs/vtk:patented - Builds patented classes. -sci-libs/vtk:qt3 - Adds support for the Qt3 GUI/Application Toolkit. -sci-libs/vtk:qt4 - Adds support for the Qt4 GUI/Application Toolkit. sci-mathematics/coq:ide - Build the Coq IDE, a clone of proof general using lablgtk2. sci-mathematics/coq:norealanalysis - Do not build real analysis modules (faster compilation). sci-mathematics/coq:translator - Install the translator script from coq-7.4 to coq-8.0, and its documentation if doc is set too. @@ -1379,8 +1376,6 @@ sys-apps/baselayout-vserver:fakelog - install a fake logger init script sys-apps/busybox:floppyboot - builds a busybox binary for use on floppy drives. sys-apps/busybox:make-symlinks - Create all the appropriate symlinks in /bin and /sbin sys-apps/busybox:savedconfig - Adds support to user defined configs -sys-apps/dbus:qt3 - Compile QT3 based bindings for D-Bus (allows QT3 apps to talk via D-BUS) -sys-apps/dbus:qt4 - Compile QT4 (Trolltech written) based bindings for D-Bus (needed for KDE4 since DCOP is gone) sys-apps/hal:dmi - Adds support for DMI (Desktop Management Interface) sys-apps/hal:pam_console - Adds support for pam console from PAM sys-apps/iproute2:atm - Add support for ATM qdisc manager |