summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2024-05-31 20:25:52 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2024-05-31 20:26:11 +0200
commit5e0b35ad7968da4c7a15e56408a27c3e11461492 (patch)
treeaefb65a800215dbf1bbd1219f2784fea852ca486 /net-analyzer
parentapp-i18n/scim-hangul: EAPI=8, fix deps (diff)
downloadgentoo-5e0b35ad7968da4c7a15e56408a27c3e11461492.tar.gz
gentoo-5e0b35ad7968da4c7a15e56408a27c3e11461492.tar.bz2
gentoo-5e0b35ad7968da4c7a15e56408a27c3e11461492.zip
net-analyzer/gr-fosphor: Add Python 3.12 support
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild (renamed from net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild)4
-rw-r--r--net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild
index 3a6f011748ef..f96577d17e9e 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit cmake python-single-r1
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
index accf82083f3d..add2ec07ba9e 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit cmake python-single-r1