summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorband-a-prend <torokhov-s-a@yandex.ru>2020-02-25 18:29:01 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-03-05 14:16:09 +0200
commit126950acba420879d61956beb0fc4b96662d1202 (patch)
tree454dffd7b809bbdcd417f0d2e05fada2c97b7a58 /media-plugins
parentmedia-gfx/gimp: 2.10.18 version bump (diff)
downloadgentoo-126950acba420879d61956beb0fc4b96662d1202.tar.gz
gentoo-126950acba420879d61956beb0fc4b96662d1202.tar.bz2
gentoo-126950acba420879d61956beb0fc4b96662d1202.zip
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@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14764 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"