commit: cb0d8d06d24e5f11329dfcbf639874892764dec8 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Apr 6 02:04:05 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Apr 6 02:04:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0d8d06
sci-libs/volk: EAPI 7->8, add python 3.11 Closes: https://bugs.gentoo.org/897232 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> sci-libs/volk/volk-2.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/volk/volk-2.5.1.ebuild b/sci-libs/volk/volk-2.5.1.ebuild index 5b1b1f9add6c..290b505526bc 100644 --- a/sci-libs/volk/volk-2.5.1.ebuild +++ b/sci-libs/volk/volk-2.5.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) #https://github.com/gnuradio/volk/issues/383 CMAKE_BUILD_TYPE="None"
