commit:     acc34c40cfe865d7e77948a7d4882b20c0bf765d
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 09:27:04 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 09:27:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc34c40

media-sound/jalv: python 3.10 + 3.11, fixed homepage

Closes: https://bugs.gentoo.org/846071
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/jalv/jalv-1.6.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/jalv/jalv-1.6.6.ebuild 
b/media-sound/jalv/jalv-1.6.6.ebuild
index 42870c71a5f1..4e6f6c0e6aa8 100644
--- a/media-sound/jalv/jalv-1.6.6.ebuild
+++ b/media-sound/jalv/jalv-1.6.6.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..11} )
 PYTHON_REQ_USE='threads(+)'
 inherit python-any-r1 qmake-utils waf-utils
 
 DESCRIPTION="Simple but fully featured LV2 host for Jack"
-HOMEPAGE="http://drobilla.net/software/jalv/";
+HOMEPAGE="https://drobilla.net/software/jalv.html";
 SRC_URI="http://download.drobilla.net/${P}.tar.bz2";
 
 LICENSE="ISC"

Reply via email to