diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-19 04:09:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-19 04:09:57 +0000 |
commit | 150de5353f53e49da3718d24881e79165e502cf6 (patch) | |
tree | 599d429066f80d7cd1096e7a111870b8651c34ef /profiles | |
parent | url update (diff) | |
download | gentoo-2-150de5353f53e49da3718d24881e79165e502cf6.tar.gz gentoo-2-150de5353f53e49da3718d24881e79165e502cf6.tar.bz2 gentoo-2-150de5353f53e49da3718d24881e79165e502cf6.zip |
fix dev-php/* stuff with gd
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 8f65686bf885..64b5215d68d6 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.48 2003/06/16 22:28:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.49 2003/06/19 04:09:57 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -20,8 +20,8 @@ dev-lang/perl:threads - Enable Perl threads, has some compatibility problems dev-libs/crystalspace:mng - Enables mng support in CrystalSpace dev-libs/crystalspace:openal - Enables Open Audio Library support in CrystalSpace dev-libs/crystalspace:3ds - Enables support for .3DS files in CrystalSpace -dev-php/mod_php:gd-bundled - Use the bundled version of libgd rather than the external one -dev-php/php:gd-bundled - Use the bundled version of libgd rather than the external one +dev-php/mod_php:gd-external - Use the external version of libgd rather than the bundled one +dev-php/php:gd-external - Use the external version of libgd rather than the bundled one dev-util/glade:gnomedb - Enable gnomedb widgets for Glade. gnome-extra/libgda:sqlite - Enable sqlite support for GnomeDB. gnome-extra/libgda:mdb - Enable Microsoft Access DB support for GnomeDB. |