diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2024-06-10 18:15:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2024-06-10 18:16:43 +0000 |
commit | 81eb7d969ef051b62c2e3d8ea21d375283f9d7bd (patch) | |
tree | f991daea93c464d599265fce506cd7a4b56fe47d /app-portage/grs | |
parent | dev-python/fitsio: Rehash gcc-14 patch (sigh) (diff) | |
download | gentoo-81eb7d969ef051b62c2e3d8ea21d375283f9d7bd.tar.gz gentoo-81eb7d969ef051b62c2e3d8ea21d375283f9d7bd.tar.bz2 gentoo-81eb7d969ef051b62c2e3d8ea21d375283f9d7bd.zip |
app-portage/grs: enable py3.12
CLOSES: https://bugs.gentoo.org/929353
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-portage/grs')
-rw-r--r-- | app-portage/grs/grs-0.7.ebuild | 4 | ||||
-rw-r--r-- | app-portage/grs/grs-0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 |