commit:     aa066419ca8e6745ee754aed07ff20575d2aedf2
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Thu Feb  3 08:50:14 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 13:53:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa066419

media-sound/jack: add python:3.10 compat

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/24064
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild 
b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
index 6148092efbb1..eb05279432da 100644
--- a/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
+++ b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="ncurses"
 DISTUTILS_SINGLE_IMPL=1
 
 inherit distutils-r1
 
 DESCRIPTION="A frontend for several cd-rippers and mp3 encoders"
-HOMEPAGE="https://github.com/jack-cli-cd-ripper/jack 
http://www.home.unix-ag.org/arne/jack/";
+HOMEPAGE="https://github.com/jack-cli-cd-ripper/jack 
https://www.home.unix-ag.org/arne/jack/";
 GIT_COMMIT_HASH="5f3e5f43f476b0d506144c103eb8d4edf76fc5de" # branch 
"python3-mb"
 
SRC_URI="https://github.com/jack-cli-cd-ripper/jack/archive/${GIT_COMMIT_HASH}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${GIT_COMMIT_HASH}"

Reply via email to