This is a copy of my post to http://forums.gentoo.org/viewtopic.php?t=61153

I've found a good fix:
open [b]/usr/portage/eclass/php.eclass[/b]
[code]
Change:
IUSE="${IUSE} X cjk crypt curl firebird flash freetds gd gd-bundled gdbm imap informix java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit png postgres qt snmp spell ssl tiff truetype"


To:
IUSE="${IUSE} X cjk crypt curl firebird flash freetds gd gdbm imap informix java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit png postgres qt snmp spell ssl tiff truetype"


(Removing gd-bundled)

Remove:
               gd-bundled? ()
from RDEPEND
[/code]

If anyone is worried about these modifications causing them problems in the future, the changes will be wiped on the next emerge sync.

The problem is with [b]gd-bundled? ()[/b]
either [b]gd-bundled[/b] is not a USE flag (and it doesn't seem to be), or [b]()[/b] is bad syntax ([b]( )[/b] doesn't work either)




--
[EMAIL PROTECTED] mailing list



Reply via email to