From: Michał Górny Date: Tue, 13 Aug 2019 07:24:34 +0000 (+0200) Subject: media-plugins/gimp-resynthesizer: Add missing PYTHON_* X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4544eb4e81cce361a0c32c6cc6afb352d0feb688;p=gentoo.git media-plugins/gimp-resynthesizer: Add missing PYTHON_* Signed-off-by: Michał Górny --- 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}"