From 4544eb4e81cce361a0c32c6cc6afb352d0feb688 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 13 Aug 2019 09:24:34 +0200 Subject: media-plugins/gimp-resynthesizer: Add missing PYTHON_* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'media-plugins/gimp-resynthesizer') 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 index 3e8b63d21d1d..092dbe2cbe71 100644 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild @@ -18,10 +18,13 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND="media-gfx/gimp - virtual/pkgconfig" -RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]" + virtual/pkgconfig + ${PYTHON_DEPS}" +RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}] + ${PYTHON_DEPS}" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad