stefantalpalaru / gentoo-overlay

Gentoo overlay
GNU General Public License v2.0
43 stars 11 forks source link

dev-python/pycairo-1.18.2-r200:python2/python2::stefantalpalaru is blocking upgrade of x11-libs/cairo-1.17.6:0/0::gentoo #116

Closed Techwolf closed 1 year ago

Techwolf commented 1 year ago

emerge update world skips x11-libs/cairo due to a dependency conflict

This is due to a change with a USE flag. According to https://bugs.gentoo.org/866305#c0 "The config option for svg has been merged with the png option"

I think the fix is to depend on "png" instead of "svg" USE flag.

x11-libs/cairo:0

  (x11-libs/cairo-1.17.6:0/0::gentoo, ebuild scheduled for merge) USE="X glib opengl (-aqua) (-debug) (-gles2-only) -gles3 -gtk-doc -test" ABI_X86="32 (64) (-x32)" conflicts with
    >=x11-libs/cairo-1.13.1[svg] required by (dev-python/pycairo-1.18.2-r200:python2/python2::stefantalpalaru, installed) USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python2_7"
stefantalpalaru commented 1 year ago

Fixed.