diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-25 11:27:04 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-25 11:27:04 +0200 |
commit | acc34c40cfe865d7e77948a7d4882b20c0bf765d (patch) | |
tree | 4e1e106a6a730465002eb7f7ddfcf9bd3e9004d6 /media-sound/jalv | |
parent | media-sound/lash: eapi8, python 3.10 + 3.11 (diff) | |
download | gentoo-acc34c40cfe865d7e77948a7d4882b20c0bf765d.tar.gz gentoo-acc34c40cfe865d7e77948a7d4882b20c0bf765d.tar.bz2 gentoo-acc34c40cfe865d7e77948a7d4882b20c0bf765d.zip |
media-sound/jalv: python 3.10 + 3.11, fixed homepage
Closes: https://bugs.gentoo.org/846071
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/jalv')
-rw-r--r-- | media-sound/jalv/jalv-1.6.6.ebuild | 6 |
1 files 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" |