commit: 81eb7d969ef051b62c2e3d8ea21d375283f9d7bd Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 18:15:28 2024 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 18:16:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eb7d96
app-portage/grs: enable py3.12 CLOSES: https://bugs.gentoo.org/929353 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> app-portage/grs/grs-0.7.ebuild | 4 ++-- app-portage/grs/grs-0.8-r1.ebuild | 4 ++-- app-portage/grs/grs-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index f4ad029668a2..fa147f46b7b1 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-0.8-r1.ebuild b/app-portage/grs/grs-0.8-r1.ebuild index c9da5b2394a2..ef4a845d146a 100644 --- a/app-portage/grs/grs-0.8-r1.ebuild +++ b/app-portage/grs/grs-0.8-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 540cf24b2eb6..6660fda0bc15 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info
