From ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 14 Jan 2023 13:51:19 +0100 Subject: */*: remove py3.8 from PYTHON_COMPAT Signed-off-by: David Seifert --- dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild | 4 ++-- dev-cpp/abseil-cpp/abseil-cpp-20211102.0-r2.ebuild | 4 ++-- dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild | 4 ++-- dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'dev-cpp/abseil-cpp') diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild index 788d8cd9c0a4..021a48d0137a 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit cmake flag-o-matic python-any-r1 toolchain-funcs diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0-r2.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0-r2.ebuild index 7c3766b6ac30..7f6c384959f5 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0-r2.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild index a2aa680130c9..b313358d9c30 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild index eff814b4fca6..4e551e8d122e 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 -- cgit v1.2.3-65-gdbad