commit:     46155dba61966bbb157a2815a1587b1dad5bec34
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 06:04:46 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 06:05:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46155dba

media-video/flumotion: Fix dependency on python

PYTHON_DEPEND -> PYTHON_DEPS

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-video/flumotion/flumotion-0.10.1.ebuild   | 4 ++--
 media-video/flumotion/flumotion-0.8.1-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/flumotion/flumotion-0.10.1.ebuild 
b/media-video/flumotion/flumotion-0.10.1.ebuild
index 5222297..a6bcdd1 100644
--- a/media-video/flumotion/flumotion-0.10.1.ebuild
+++ b/media-video/flumotion/flumotion-0.10.1.ebuild
@@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # dev-python/imaging
 
 # These are from README
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
        dev-python/gst-python:0.10[${PYTHON_USEDEP}]
        dev-python/kiwi[${PYTHON_USEDEP}]
        dev-python/pycairo[${PYTHON_USEDEP}]
@@ -41,7 +41,7 @@ RDEPEND="
 "
 # These are from README and error and trial FEATURES="test" Import's
 DEPEND="${RDEPEND}
-       ${PYTHON_DEPEND}
+       ${PYTHON_DEPS}
        dev-util/intltool
        sys-devel/gettext
        virtual/pkgconfig

diff --git a/media-video/flumotion/flumotion-0.8.1-r1.ebuild 
b/media-video/flumotion/flumotion-0.8.1-r1.ebuild
index ff28bf3..e87d695 100644
--- a/media-video/flumotion/flumotion-0.8.1-r1.ebuild
+++ b/media-video/flumotion/flumotion-0.8.1-r1.ebuild
@@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # dev-python/imaging
 
 # These are from README
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
        dev-python/gst-python:0.10[${PYTHON_USEDEP}]
        dev-python/kiwi[${PYTHON_USEDEP}]
        dev-python/pycairo[${PYTHON_USEDEP}]
@@ -41,7 +41,7 @@ RDEPEND="
 "
 # These are from README and error and trial FEATURES="test" Import's
 DEPEND="${RDEPEND}
-       ${PYTHON_DEPEND}
+       ${PYTHON_DEPS}
        dev-util/intltool
        sys-devel/gettext
        virtual/pkgconfig

Reply via email to