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 440C21397F2 for ; Fri, 21 Aug 2015 12:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06E0E081C; Fri, 21 Aug 2015 12:51:17 +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 6FE8AE081C for ; Fri, 21 Aug 2015 12:51:17 +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 B2EBE340909 for ; Fri, 21 Aug 2015 12:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF548155 for ; Fri, 21 Aug 2015 12:51:13 +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: <1440161457.24016e0ebcb8706c753c7fba2884db17152bfbf7.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: 24016e0ebcb8706c753c7fba2884db17152bfbf7 X-VCS-Branch: master Date: Fri, 21 Aug 2015 12:51:13 +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: e6e8f072-f8a3-487c-b3f7-6c15a84ee334 X-Archives-Hash: 477f8fefa9512af45e564f5e0a58af37 commit: 24016e0ebcb8706c753c7fba2884db17152bfbf7 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 21 12:50:57 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 21 12:50:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24016e0e media-libs/mlt: add := dep on lua Package-Manager: portage-2.2.20.1 media-libs/mlt/mlt-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild index 102a219..a65afee 100644 --- a/media-libs/mlt/mlt-0.9.8.ebuild +++ b/media-libs/mlt/mlt-0.9.8.ebuild @@ -47,7 +47,7 @@ RDEPEND=" kde? ( kde-base/kdelibs:4 media-libs/libexif ) !media-libs/mlt++ - lua? ( >=dev-lang/lua-5.1.4-r4 ) + lua? ( >=dev-lang/lua-5.1.4-r4:= ) ruby? ( ${RUBY_DEPS} )" # sox? ( media-sound/sox ) # java? ( >=virtual/jre-1.5 )