Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Thu, 30 Jan 2020 21:26:25
Message-Id: 1580419568.dcdc30c5d83660f52338642f8d219ef60208879f.mgorny@gentoo
1 commit: dcdc30c5d83660f52338642f8d219ef60208879f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 21:14:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 21:26:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdc30c5
7
8 media-libs/mlt: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-libs/mlt/mlt-6.16.0-r1.ebuild | 4 ++--
13 media-libs/mlt/mlt-6.16.0-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/mlt/mlt-6.16.0-r1.ebuild b/media-libs/mlt/mlt-6.16.0-r1.ebuild
17 index dc4435ed360..6b79b5c3fea 100644
18 --- a/media-libs/mlt/mlt-6.16.0-r1.ebuild
19 +++ b/media-libs/mlt/mlt-6.16.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7} )
29 # this ebuild currently only supports installing ruby bindings for a single ruby version
30 # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls
31 # /usr/bin/${USE_RUBY} directly
32
33 diff --git a/media-libs/mlt/mlt-6.16.0-r2.ebuild b/media-libs/mlt/mlt-6.16.0-r2.ebuild
34 index 2046009e121..3113c3933d9 100644
35 --- a/media-libs/mlt/mlt-6.16.0-r2.ebuild
36 +++ b/media-libs/mlt/mlt-6.16.0-r2.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 +# Copyright 1999-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
45 +PYTHON_COMPAT=( python3_{6,7} )
46 # this ebuild currently only supports installing ruby bindings for a single ruby version
47 # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls
48 # /usr/bin/${USE_RUBY} directly