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 A2753138335 for ; Wed, 9 Jan 2019 10:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F996E0D37; Wed, 9 Jan 2019 10:57:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 27C67E0D37 for ; Wed, 9 Jan 2019 10:57:23 +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 E8908335CCD for ; Wed, 9 Jan 2019 10:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B74BF50A for ; Wed, 9 Jan 2019 10:57:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1547031427.f0cc9472fe0dd6c69bf3381d9295fab243469b82.asturm@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.12.0-r1.ebuild media-libs/mlt/mlt-6.12.0.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0cc9472fe0dd6c69bf3381d9295fab243469b82 X-VCS-Branch: master Date: Wed, 9 Jan 2019 10:57:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eebb09b6-945a-480c-b246-40918afd8764 X-Archives-Hash: e3c9be0ffa144a96339341b30eec6cac commit: f0cc9472fe0dd6c69bf3381d9295fab243469b82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 9 10:54:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 9 10:57:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cc9472 media-libs/mlt: Adjust USE_RUBY to make stabilisation possible Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/mlt/{mlt-6.12.0.ebuild => mlt-6.12.0-r1.ebuild} | 2 +- media-libs/mlt/mlt-6.12.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mlt/mlt-6.12.0.ebuild b/media-libs/mlt/mlt-6.12.0-r1.ebuild similarity index 99% copy from media-libs/mlt/mlt-6.12.0.ebuild copy to media-libs/mlt/mlt-6.12.0-r1.ebuild index cb1ff2b9908..b768e42944e 100644 --- a/media-libs/mlt/mlt-6.12.0.ebuild +++ b/media-libs/mlt/mlt-6.12.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/media-libs/mlt/mlt-6.12.0.ebuild b/media-libs/mlt/mlt-6.12.0.ebuild index cb1ff2b9908..a9260d4f550 100644 --- a/media-libs/mlt/mlt-6.12.0.ebuild +++ b/media-libs/mlt/mlt-6.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,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="ruby25" +USE_RUBY="ruby24" inherit python-single-r1 ruby-single toolchain-funcs DESCRIPTION="Open source multimedia framework for television broadcasting"