diff options
Diffstat (limited to 'app-misc/grc')
-rw-r--r-- | app-misc/grc/grc-1.12.ebuild | 4 | ||||
-rw-r--r-- | app-misc/grc/grc-1.13.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/grc/grc-1.12.ebuild b/app-misc/grc/grc-1.12.ebuild index 7b18a5b7a6fe..0b344cf94d1b 100644 --- a/app-misc/grc/grc-1.12.ebuild +++ b/app-misc/grc/grc-1.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{3..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" diff --git a/app-misc/grc/grc-1.13.ebuild b/app-misc/grc/grc-1.13.ebuild index 5ec1c2f54211..d09a8526f3d2 100644 --- a/app-misc/grc/grc-1.13.ebuild +++ b/app-misc/grc/grc-1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{3..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" |