From: band-a-prend Date: Tue, 25 Feb 2020 15:29:01 +0000 (+0300) Subject: media-plugins/gimp-resynthesizer: fix USE dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=126950acba420879d61956beb0fc4b96662d1202;p=gentoo.git 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 --- 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}"