From 46155dba61966bbb157a2815a1587b1dad5bec34 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 24 Oct 2015 08:04:46 +0200 Subject: media-video/flumotion: Fix dependency on python PYTHON_DEPEND -> PYTHON_DEPS Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- 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(-) (limited to 'media-video/flumotion') diff --git a/media-video/flumotion/flumotion-0.10.1.ebuild b/media-video/flumotion/flumotion-0.10.1.ebuild index 52222970c1f4..a6bcdd14a3c7 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 ff28bf39ef8a..e87d695ce3ae 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 -- cgit v1.2.3-65-gdbad