logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 61be3408910c43258fc79c9372bc54e413299b35
parent c609b7068a6b9d33e1545e6c942bf53f56b3d074
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  2 Jun 2024 20:47:23 +0200

app-text/grammalecte: enable py3.12

Diffstat:

Mapp-text/grammalecte/grammalecte-2.1.1.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grammalecte/grammalecte-2.1.1.ebuild b/app-text/grammalecte/grammalecte-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1