commit: 126950acba420879d61956beb0fc4b96662d1202 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Tue Feb 25 15:29:01 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Mar 5 12:16:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126950ac
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 <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14764 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-plugins/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 3d8ce22e9b3..fc637529f37 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}"
