In 'pkg_setup', the librsvg ebuild has the following check:
if use nsplugin && ( \
( has_version net-libs/gecko-sdk && \
built_with_use net-libs/gecko-sdk mozsvg ) || \
( has_version www-client/mozilla-firefox && \
built_with_use www-client/mozilla-firefox mozsvg ) || \
( has_version www-client/mozilla && \
built_with_use www-client/mozilla mozsvg ) ); then
ewarn "A SVG plugin for mozilla-compatible browsers is already present"
ewarn "in your system. To avoid replacing the old plug-in, librsvg"
ewarn "will be built with the plugin disabled."
ewarn
ewarn "In order to use the plugin from librsvg, please make sure to"
ewarn "emerge gecko-sdk/mozilla-firefox/mozilla without the 'mozsvg'"
ewarn "USE flag."
but mozilla-firefox now has svg support enabled by default and the 'mozsvg'
flag doesn't exist anymore for it.
The worse thing is it installs gecko-sdk unconditionally.
(In reply to comment #0)
> but mozilla-firefox now has svg support enabled by default and the 'mozsvg'
> flag doesn't exist anymore for it.
Fixed (it still exists for 1.0 which is still in-tree, but not on 1.5)
> The worse thing is it installs gecko-sdk unconditionally.
you'll have to wait for librsvg 2.14 for this