Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
Date: Thu, 05 Mar 2020 12:21:17
Message-Id: 1583410569.126950acba420879d61956beb0fc4b96662d1202.juippis@gentoo
1 commit: 126950acba420879d61956beb0fc4b96662d1202
2 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Tue Feb 25 15:29:01 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 12:16:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126950ac
7
8 media-plugins/gimp-resynthesizer: fix USE dep
9
10 Since gimp 2.10.18 version bump python2 scripts/plugin support is removed
11 from ebuild due to dev-python/pygtk removal bug:
12 https://bugs.gentoo.org/706462
13
14 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
15 Closes: https://github.com/gentoo/gentoo/pull/14764
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 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
22 index 3d8ce22e9b3..fc637529f37 100644
23 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
24 +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
25 @@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
26 DEPEND="media-gfx/gimp
27 virtual/pkgconfig
28 ${PYTHON_DEPS}"
29 -RDEPEND="media-gfx/gimp[python,${PYTHON_SINGLE_USEDEP}]
30 +RDEPEND="media-gfx/gimp[python(-),${PYTHON_SINGLE_USEDEP}]
31 ${PYTHON_DEPS}"
32
33 S="${WORKDIR}/${MY_P}"