aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2024-06-09 08:31:52 +0100
committerPaul Healy <lmiphay@gmail.com>2024-06-09 08:31:52 +0100
commitb75acfb1385e000b57174322b9ab834ad8fb2cb8 (patch)
treed302f07f62b6240b37c03de41a5437b24eacda9a
parentrevbump fs beta (diff)
downloadlmiphay-b75acfb1385e000b57174322b9ab834ad8fb2cb8.tar.gz
lmiphay-b75acfb1385e000b57174322b9ab834ad8fb2cb8.tar.bz2
lmiphay-b75acfb1385e000b57174322b9ab834ad8fb2cb8.zip
add py12
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--app-oam/oam/Manifest2
-rw-r--r--app-oam/oam/oam-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-oam/oam/Manifest b/app-oam/oam/Manifest
index a562680..5530419 100644
--- a/app-oam/oam/Manifest
+++ b/app-oam/oam/Manifest
@@ -1 +1 @@
-EBUILD oam-9999.ebuild 1763 BLAKE2B 968b3439366c87069ee807d077465e1efbac1d878409db887717244536282b330a86b4747b99e0d582050edd7425543f9ccd73bb48700ce7670350f40357b5a6 SHA512 82989de7612a05233c23f86001d93a11a1508f0fbc4087c892033614b1831dcfb27ab42e34f5ba6058794e067eb42c7943dc21e0145fcfbd0ab0cd25fb17970c
+EBUILD oam-9999.ebuild 1766 BLAKE2B ba020ba6d570cb6d32b9c9deee448ddce5a44c3f999cb718ea9e2edcb1b570d6fdcdd3d483235a2b4bfbd1619f6ba1a960de97f732317f7ad158d2143f181bf2 SHA512 27d28318a3e9d827427bc95cc685e5f25264422b1f3d6a9f669a6464a36bfd158f9d167d9c1b1fa467887df2734298f73a9b79cacbe40dae61cf5acf06cf63c6
diff --git a/app-oam/oam/oam-9999.ebuild b/app-oam/oam/oam-9999.ebuild
index b229b62..6b4d07f 100644
--- a/app-oam/oam/oam-9999.ebuild
+++ b/app-oam/oam/oam-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1 bash-completion-r1 git-r3