logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: bd197d5fc8b0e49efb65dbe0b33555b0dcb3c8bb
parent c1b4d84039c15895b00cbe833f22018007582093
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 21 Mar 2024 00:49:12 +0100

dev-util/glslang: enable py3.11, py3.12

Diffstat:

Mdev-util/glslang/glslang-11.10.0.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-11.10.0.ebuild b/dev-util/glslang/glslang-11.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_ECLASS="cmake" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..12} ) inherit cmake-multilib python-any-r1 # https://bugs.gentoo.org/show_bug.cgi?id=760777