commit:     4544eb4e81cce361a0c32c6cc6afb352d0feb688
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 07:24:34 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 07:24:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544eb4e

media-plugins/gimp-resynthesizer: Add missing PYTHON_*

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild          | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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 3e8b63d21d1..092dbe2cbe7 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}"
 

Reply via email to