From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 74A1B1397F2 for ; Fri, 21 Aug 2015 12:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A65BEE0825; Fri, 21 Aug 2015 12:55:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19C10E0825 for ; Fri, 21 Aug 2015 12:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9DD4340A5C for ; Fri, 21 Aug 2015 12:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D68E155 for ; Fri, 21 Aug 2015 12:49:11 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1440161329.77a1036e0b799f88c086a4cded844c6704e2eba8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-0.9.8.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 77a1036e0b799f88c086a4cded844c6704e2eba8 X-VCS-Branch: master Date: Fri, 21 Aug 2015 12:49:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3fc7eacb-df83-466e-b2e9-fb29a9a48d3b X-Archives-Hash: f737afcec63d1651fb5716e9cf4d7cb1 commit: 77a1036e0b799f88c086a4cded844c6704e2eba8 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 21 12:48:49 2015 +0000 Commit: Alexis Ballier gentoo 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 )