summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-08-21 14:48:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-08-21 14:48:49 +0200
commit77a1036e0b799f88c086a4cded844c6704e2eba8 (patch)
tree80b672b4dd31f85479cefdf02b43e8fcfc210cb0 /media-libs/mlt/mlt-0.9.8.ebuild
parentmedia-libs/mlt: convert to python-single-r1 (diff)
downloadgentoo-77a1036e0b799f88c086a4cded844c6704e2eba8.tar.gz
gentoo-77a1036e0b799f88c086a4cded844c6704e2eba8.tar.bz2
gentoo-77a1036e0b799f88c086a4cded844c6704e2eba8.zip
media-libs/mlt: use ruby-single.eclass to get proper ruby deps
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/mlt/mlt-0.9.8.ebuild')
-rw-r--r--media-libs/mlt/mlt-0.9.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild
index e7ec6d2a9b65..102a219a416d 100644
--- a/media-libs/mlt/mlt-0.9.8.ebuild
+++ b/media-libs/mlt/mlt-0.9.8.ebuild
@@ -4,7 +4,8 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit eutils toolchain-funcs multilib python-single-r1
+USE_RUBY="ruby19"
+inherit eutils toolchain-funcs multilib python-single-r1 ruby-single
DESCRIPTION="An open source multimedia framework, designed and developed for television broadcasting"
HOMEPAGE="http://www.mltframework.org/"
@@ -47,7 +48,7 @@ RDEPEND="
media-libs/libexif )
!media-libs/mlt++
lua? ( >=dev-lang/lua-5.1.4-r4 )
- ruby? ( dev-lang/ruby )"
+ ruby? ( ${RUBY_DEPS} )"
# sox? ( media-sound/sox )
# java? ( >=virtual/jre-1.5 )
# perl? ( dev-lang/perl )