dev-php/jpgraph need dev-lang/php[gd] & not using dev-lang/php[gd-external]... Reproducible: Always Steps to Reproduce: 1. emerge -vp =dev-php/jpgraph-3.0.7 with installed dev-lang/php[gd-external] 2. 3. Actual Results: dev-php/jpgraph not use dev-lang/php[gd-external] Expected Results: dev-php/jpgraph is using dev-lang/php[gd-external]
After edit ebuild, dev-php/jpgraph successfull compiled with dev-lang/php[gd-external].
Any build logs of the failure or anything alike ?
I need to use dev-php/jpgraph with dev-lang/php[gd-external], but ebuild need dev-lang/php[gd]... I've manually edit ebuild every time after --sync.
So, basically you'd like a '|| (dev-lang/php[gd] dev-lang/php[gd-external])' dep ?
Why do you need to use external gd instead of the bundled version? Using the external version is not really supported.
(In reply to comment #4) > So, basically you'd like a '|| (dev-lang/php[gd] dev-lang/php[gd-external])' > dep ? yep... :) (In reply to comment #5) > Why do you need to use external gd instead of the bundled version? Because media-libs/gd is in system already, and I can control it use flags.
gd-external will probably be removed, so I am not adding support to it to other packages. PHP internals recommend always using the bundled version as it contains some extra features.