From 063910c6a4dcfd0a9193823646bdd232e6aa640c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 7 Jul 2022 03:48:51 +0100 Subject: dev-cpp/blitz: update EAPI 7 -> 8. Python 3.10, Python 3.11 Signed-off-by: Sam James --- dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dev-cpp') diff --git a/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild b/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild index 389e5430d..432004f11 100644 --- a/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild +++ b/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild @@ -1,14 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 COMMIT="39f885951a9b8b11f931f917935a16066a945056" - DESCRIPTION="Multi-dimensional array library for C++" HOMEPAGE="https://github.com/blitzpp/blitz" SRC_URI="https://github.com/blitzpp/blitz/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -- cgit v1.2.3-65-gdbad