diff options
Diffstat (limited to 'media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild')
-rw-r--r-- | media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild | 7 |
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}" |