summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-13 09:24:34 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-13 09:24:34 +0200
commit4544eb4e81cce361a0c32c6cc6afb352d0feb688 (patch)
tree32d3ac262695af988708706341c09acff621bef9 /media-plugins
parentdev-python/python-caja: Add missing PYTHON_REQUIRED_USE (diff)
downloadgentoo-4544eb4e81cce361a0c32c6cc6afb352d0feb688.tar.gz
gentoo-4544eb4e81cce361a0c32c6cc6afb352d0feb688.tar.bz2
gentoo-4544eb4e81cce361a0c32c6cc6afb352d0feb688.zip
media-plugins/gimp-resynthesizer: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild7
1 files 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 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}"