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: Mon, 24 Feb 2020 22:15:03
Message-Id: 1582582487.654994dc36a9e262d82e241a9d7b25d7e30c41c0.asturm@gentoo
1 commit: 654994dc36a9e262d82e241a9d7b25d7e30c41c0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 19:21:33 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 22:14:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654994dc
7
8 media-libs/mlt: python3_8
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/mlt/mlt-6.20.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mlt/mlt-6.20.0.ebuild b/media-libs/mlt/mlt-6.20.0.ebuild
17 index f1837af1f62..faf5025e814 100644
18 --- a/media-libs/mlt/mlt-6.20.0.ebuild
19 +++ b/media-libs/mlt/mlt-6.20.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 # this ebuild currently only supports installing ruby bindings for a single ruby version
27 # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls
28 # /usr/bin/${USE_RUBY} directly