Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/
Date: Sat, 25 Jun 2022 09:27:21
Message-Id: 1656149224.acc34c40cfe865d7e77948a7d4882b20c0bf765d.fordfrog@gentoo
1 commit: acc34c40cfe865d7e77948a7d4882b20c0bf765d
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:27:04 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 09:27:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc34c40
7
8 media-sound/jalv: python 3.10 + 3.11, fixed homepage
9
10 Closes: https://bugs.gentoo.org/846071
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/jalv/jalv-1.6.6.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-sound/jalv/jalv-1.6.6.ebuild b/media-sound/jalv/jalv-1.6.6.ebuild
17 index 42870c71a5f1..4e6f6c0e6aa8 100644
18 --- a/media-sound/jalv/jalv-1.6.6.ebuild
19 +++ b/media-sound/jalv/jalv-1.6.6.ebuild
20 @@ -1,14 +1,14 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 +PYTHON_COMPAT=( python3_{7..11} )
29 PYTHON_REQ_USE='threads(+)'
30 inherit python-any-r1 qmake-utils waf-utils
31
32 DESCRIPTION="Simple but fully featured LV2 host for Jack"
33 -HOMEPAGE="http://drobilla.net/software/jalv/"
34 +HOMEPAGE="https://drobilla.net/software/jalv.html"
35 SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
36
37 LICENSE="ISC"