Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/
Date: Sun, 01 May 2022 17:16:48
Message-Id: 1651425357.4779de77c03d08b4a6b936eefc9cd781e05fad7b.arthurzam@gentoo
1 commit: 4779de77c03d08b4a6b936eefc9cd781e05fad7b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 17:15:57 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 17:15:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4779de77
7
8 media-libs/lv2: enable py3.10
9
10 Closes: https://bugs.gentoo.org/829440
11 Closes: https://github.com/gentoo/gentoo/pull/23377
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 media-libs/lv2/lv2-1.18.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/lv2/lv2-1.18.2.ebuild b/media-libs/lv2/lv2-1.18.2.ebuild
18 index 7c9f510ca0a5..515e321d0440 100644
19 --- a/media-libs/lv2/lv2-1.18.2.ebuild
20 +++ b/media-libs/lv2/lv2-1.18.2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{8,9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30 PYTHON_REQ_USE='threads(+)'
31
32 inherit python-single-r1 waf-utils multilib-build multilib-minimal