summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2023-04-05 22:04:05 -0400
committerRick Farina <zerochaos@gentoo.org>2023-04-05 22:04:35 -0400
commitcb0d8d06d24e5f11329dfcbf639874892764dec8 (patch)
treed7e672b33f3e86f7a85ec5848a8bb26f03704578
parentapp-office/libreoffice: filter out -Wlto-type-mismatch for USE=clang (diff)
downloadgentoo-cb0d8d06d24e5f11329dfcbf639874892764dec8.tar.gz
gentoo-cb0d8d06d24e5f11329dfcbf639874892764dec8.tar.bz2
gentoo-cb0d8d06d24e5f11329dfcbf639874892764dec8.zip
sci-libs/volk: EAPI 7->8, add python 3.11
Closes: https://bugs.gentoo.org/897232 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r--sci-libs/volk/volk-2.5.1.ebuild4
1 files 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"