commit: 0b4d5a80d32713226d1db9b7ac773d1821de62ca Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Wed May 15 16:28:07 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 15 16:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b4d5a80
media-sound/hushboard: enable py3.12 Closes: https://bugs.gentoo.org/931461 Signed-off-by: Julien Roy <julien <AT> jroy.ca> media-sound/hushboard/hushboard-0.0_pre20220518.ebuild | 4 ++-- media-sound/hushboard/hushboard-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild index 8873688820..ee3bb1b882 100644 --- a/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild +++ b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild index 8873688820..ee3bb1b882 100644 --- a/media-sound/hushboard/hushboard-9999.ebuild +++ b/media-sound/hushboard/hushboard-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
