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 /media-video/flumotion | |
parent | dev-ruby/dbf: add 2.0.13 (diff) | |
download | gentoo-46155dba61966bbb157a2815a1587b1dad5bec34.tar.gz gentoo-46155dba61966bbb157a2815a1587b1dad5bec34.tar.bz2 gentoo-46155dba61966bbb157a2815a1587b1dad5bec34.zip |
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>
Diffstat (limited to 'media-video/flumotion')
-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 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 |