From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 227261382C5 for ; Thu, 25 Jan 2018 11:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D603E09A5; Thu, 25 Jan 2018 11:37:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E63E09A5 for ; Thu, 25 Jan 2018 11:37:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E0D5335C2C for ; Thu, 25 Jan 2018 11:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9D351D0 for ; Thu, 25 Jan 2018 11:37:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1516880241.ab0f7dfc22b54f530c5d10ba5e9ae0e2176cdb41.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.4.1-r5.ebuild media-libs/mlt/mlt-6.4.1-r6.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ab0f7dfc22b54f530c5d10ba5e9ae0e2176cdb41 X-VCS-Branch: master Date: Thu, 25 Jan 2018 11:37:31 +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: 3ac2e0e2-1b5e-406d-b10d-7d7fcb19e142 X-Archives-Hash: 1d3dfa3a094cad91f28b970f674f1a39 commit: ab0f7dfc22b54f530c5d10ba5e9ae0e2176cdb41 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jan 25 11:37:12 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jan 25 11:37:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0f7dfc media-libs/mlt: switch to ruby 2.3 Bug: https://bugs.gentoo.org/645606 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/mlt/{mlt-6.4.1-r5.ebuild => mlt-6.4.1-r6.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mlt/mlt-6.4.1-r5.ebuild b/media-libs/mlt/mlt-6.4.1-r6.ebuild similarity index 98% rename from media-libs/mlt/mlt-6.4.1-r5.ebuild rename to media-libs/mlt/mlt-6.4.1-r6.ebuild index cf1136ab792..1d9f408817c 100644 --- a/media-libs/mlt/mlt-6.4.1-r5.ebuild +++ b/media-libs/mlt/mlt-6.4.1-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) # this ebuild currently only supports installing ruby bindings for a single ruby version # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls # /usr/bin/${USE_RUBY} directly -USE_RUBY="ruby22" +USE_RUBY="ruby23" inherit eutils flag-o-matic multilib python-single-r1 ruby-single toolchain-funcs DESCRIPTION="Open source multimedia framework for television broadcasting"