From: Michael Palimaka Date: Thu, 25 Jan 2018 11:37:12 +0000 (+1100) Subject: media-libs/mlt: switch to ruby 2.3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab0f7dfc22b54f530c5d10ba5e9ae0e2176cdb41;p=gentoo.git media-libs/mlt: switch to ruby 2.3 Bug: https://bugs.gentoo.org/645606 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- 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 cf1136ab792b..1d9f408817c2 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"