logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: a2193f13dea8073534b3738955806187b6f3bbfb
parent c6f6409dc903ed396ba16d84704701503e0469cf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 22 Jul 2022 02:25:49 +0200

dev-python/firmtool: Python 3.10

Diffstat:

Mdev-python/firmtool/firmtool-1.4.ebuild4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/firmtool/firmtool-1.4.ebuild b/dev-python/firmtool/firmtool-1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4..9} ) +PYTHON_COMPAT=( python3_{4..10} ) inherit distutils-r1 DESCRIPTION="Parses, extracts, and builds 3DS firmware files"