commit: 47a04ecaf1d4776ce7b287b7e27ec452de7e3c15
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Apr 18 19:03:07 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 18 19:03:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47a04eca
dev-build/FoBiS: enable py3.12
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-build/FoBiS/FoBiS-3.0.5-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-build/FoBiS/FoBiS-3.0.5-r1.ebuild
b/dev-build/FoBiS/FoBiS-3.0.5-r1.ebuild
index feaea80f6f..81651f0b14 100644
--- a/dev-build/FoBiS/FoBiS-3.0.5-r1.ebuild
+++ b/dev-build/FoBiS/FoBiS-3.0.5-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYPI_PN="${PN}.py"
PYPI_NO_NORMALIZE=1
@@ -16,6 +16,7 @@ HOMEPAGE="https://github.com/szaghi/FoBiS"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror"
IUSE="graphviz"