diff options
author | 2006-06-07 15:38:35 +0000 | |
---|---|---|
committer | 2006-06-07 15:38:35 +0000 | |
commit | d55693808a95370b13450de12c095a276001c14e (patch) | |
tree | ab63f88be4ea12f3d29d7aedb8185771a6797b7d /profiles | |
parent | add gcc-config (diff) | |
download | gentoo-2-d55693808a95370b13450de12c095a276001c14e.tar.gz gentoo-2-d55693808a95370b13450de12c095a276001c14e.tar.bz2 gentoo-2-d55693808a95370b13450de12c095a276001c14e.zip |
Add back ffcall use flag for gnustep-base, because it's still used by
older gnustep-base versions (duh... bug #135908)
Diffstat (limited to 'profiles')
-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 cfc446fe36d4..c189014549c6 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.1940 2006/06/06 14:50:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1941 2006/06/07 15:38:35 grobian Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -513,6 +513,7 @@ gnome-extra/yelp:firefox - Build against firefox instead of mozilla gnustep-apps/gnumail:emoticon - Enable extra Emoticon Bundle to see smiley's in e-mail messages. gnustep-base/gnustep-back-art:xim - Enable X11 XiM input method gnustep-base/gnustep-back-xlib:xim - Enable X11 XiM input method +gnustep-base/gnustep-base:ffcall - enable use of ffcall package in gnustep-base, rather than libffi gnustep-base/gnustep-base:libffi - enable use of libffi package in gnustep-base, rather than ffcall gnustep-base/gnustep-base:gcc-libffi - Offers a migration path away from the ill fated dev-libs/libffi; gcc-3.* will generally have to be compiled with 'gcj' on, >=gcc-3.4.3-r1 can be used with only 'objc' turned on (this will reduce compile time). gnustep-base/gnustep-gui:gsnd - Enable GNUstep sound server |