From acc34c40cfe865d7e77948a7d4882b20c0bf765d Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sat, 25 Jun 2022 11:27:04 +0200 Subject: media-sound/jalv: python 3.10 + 3.11, fixed homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/846071 Signed-off-by: Miroslav Šulc --- media-sound/jalv/jalv-1.6.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-sound/jalv') 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" -- cgit v1.2.3-65-gdbad