Since gimp 2.10.18 version bump python2 scripts/plugin support is removed
from ebuild due to dev-python/pygtk removal bug:
https://bugs.gentoo.org/706462
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/14764
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
DEPEND="media-gfx/gimp
virtual/pkgconfig
${PYTHON_DEPS}"
-RDEPEND="media-gfx/gimp[python,${PYTHON_SINGLE_USEDEP}]
+RDEPEND="media-gfx/gimp[python(-),${PYTHON_SINGLE_USEDEP}]
${PYTHON_DEPS}"
S="${WORKDIR}/${MY_P}"