commit: 584035490c808c0d0c15f1989f2f2fde87ca3d2f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 2 04:36:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 2 04:37:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58403549
app-misc/grc: EAPI 8, enable py3.13 Closes: https://bugs.gentoo.org/952218 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/grc/{grc-1.13.ebuild => grc-1.13-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/grc/grc-1.13.ebuild b/app-misc/grc/grc-1.13-r1.ebuild similarity index 94% rename from app-misc/grc/grc-1.13.ebuild rename to app-misc/grc/grc-1.13-r1.ebuild index 911cd77fb1a5..326625f26dc1 100644 --- a/app-misc/grc/grc-1.13.ebuild +++ b/app-misc/grc/grc-1.13-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands"
