diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-24 08:04:46 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-24 08:05:07 +0200 |
commit | 46155dba61966bbb157a2815a1587b1dad5bec34 (patch) | |
tree | b2c7835732b1a1bb4483f378ad0c0fe5ec837a77 | |
parent | 8c1aa07ff1ff2bae6f9431ca52ce3d2923a7f10d (diff) | |
download | gentoo-46155dba61966bbb157a2815a1587b1dad5bec34.tar.gz gentoo-46155dba61966bbb157a2815a1587b1dad5bec34.tar.xz |
media-video/flumotion: Fix dependency on python
PYTHON_DEPEND -> PYTHON_DEPS
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | media-video/flumotion/flumotion-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | 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 52222970c1f..a6bcdd14a3c 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 ff28bf39ef8..e87d695ce3a 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 |