Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Wed, 09 Jan 2019 10:57:24
Message-Id: 1547031427.f0cc9472fe0dd6c69bf3381d9295fab243469b82.asturm@gentoo
1 commit: f0cc9472fe0dd6c69bf3381d9295fab243469b82
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 10:54:49 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 9 10:57:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cc9472
7
8 media-libs/mlt: Adjust USE_RUBY to make stabilisation possible
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/mlt/{mlt-6.12.0.ebuild => mlt-6.12.0-r1.ebuild} | 2 +-
14 media-libs/mlt/mlt-6.12.0.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-libs/mlt/mlt-6.12.0.ebuild b/media-libs/mlt/mlt-6.12.0-r1.ebuild
18 similarity index 99%
19 copy from media-libs/mlt/mlt-6.12.0.ebuild
20 copy to media-libs/mlt/mlt-6.12.0-r1.ebuild
21 index cb1ff2b9908..b768e42944e 100644
22 --- a/media-libs/mlt/mlt-6.12.0.ebuild
23 +++ b/media-libs/mlt/mlt-6.12.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30
31 diff --git a/media-libs/mlt/mlt-6.12.0.ebuild b/media-libs/mlt/mlt-6.12.0.ebuild
32 index cb1ff2b9908..a9260d4f550 100644
33 --- a/media-libs/mlt/mlt-6.12.0.ebuild
34 +++ b/media-libs/mlt/mlt-6.12.0.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
42 # this ebuild currently only supports installing ruby bindings for a single ruby version
43 # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls
44 # /usr/bin/${USE_RUBY} directly
45 -USE_RUBY="ruby25"
46 +USE_RUBY="ruby24"
47 inherit python-single-r1 ruby-single toolchain-funcs
48
49 DESCRIPTION="Open source multimedia framework for television broadcasting"