From 126950acba420879d61956beb0fc4b96662d1202 Mon Sep 17 00:00:00 2001 From: band-a-prend Date: Tue, 25 Feb 2020 18:29:01 +0300 Subject: [PATCH] media-plugins/gimp-resynthesizer: fix USE dep 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 Closes: https://github.com/gentoo/gentoo/pull/14764 Signed-off-by: Joonas Niilola --- .../gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild index 3d8ce22e9b37..fc637529f370 100644 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} 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}" -- 2.26.2