Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
Date: Tue, 13 Aug 2019 07:40:44
Message-Id: 1565681074.4544eb4e81cce361a0c32c6cc6afb352d0feb688.mgorny@gentoo
1 commit: 4544eb4e81cce361a0c32c6cc6afb352d0feb688
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 07:24:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 07:24:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544eb4e
7
8 media-plugins/gimp-resynthesizer: Add missing PYTHON_*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
16 index 3e8b63d21d1..092dbe2cbe7 100644
17 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
18 +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
19 @@ -18,10 +18,13 @@ LICENSE="GPL-3"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 IUSE=""
23 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
24
25 DEPEND="media-gfx/gimp
26 - virtual/pkgconfig"
27 -RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]"
28 + virtual/pkgconfig
29 + ${PYTHON_DEPS}"
30 +RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]
31 + ${PYTHON_DEPS}"
32
33 S="${WORKDIR}/${MY_P}"