commit:     77a1036e0b799f88c086a4cded844c6704e2eba8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 12:48:49 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 12:48:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a1036e

media-libs/mlt: use ruby-single.eclass to get proper ruby deps

Package-Manager: portage-2.2.20.1

 media-libs/mlt/mlt-0.9.8.ebuild | 5 +++--
 1 file 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 e7ec6d2..102a219 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 )

Reply via email to