diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2024-04-18 22:03:07 +0300 |
---|---|---|
committer | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2024-04-18 22:03:07 +0300 |
commit | 47a04ecaf1d4776ce7b287b7e27ec452de7e3c15 (patch) | |
tree | c837e41518a18b7b4f4c538f7748fb3ae0dd8246 /dev-build | |
parent | profiles/package.mask: Mask media-font/*-nerdfont packages (diff) | |
download | guru-47a04ecaf1d4776ce7b287b7e27ec452de7e3c15.tar.gz guru-47a04ecaf1d4776ce7b287b7e27ec452de7e3c15.tar.bz2 guru-47a04ecaf1d4776ce7b287b7e27ec452de7e3c15.zip |
dev-build/FoBiS: enable py3.12
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/FoBiS/FoBiS-3.0.5-r1.ebuild | 5 |
1 files 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 feaea80f6..81651f0b1 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" |