diff options
| author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:08:51 +0200 |
|---|---|---|
| committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:48:00 +0200 |
| commit | 9894a172cf93eca17870136277b4813df2972e64 (patch) | |
| tree | 97a423eb66de9cc09f1782cfeeb06e73ccbed6d5 /dev-util/devhelp/devhelp-43.0.ebuild | |
| parent | 18d6fcb2f9ec6f995b0e3415daa16ff0e554060d (diff) | |
| download | gentoo-9894a172cf93eca17870136277b4813df2972e64.tar.gz gentoo-9894a172cf93eca17870136277b4813df2972e64.tar.bz2 gentoo-9894a172cf93eca17870136277b4813df2972e64.zip | |
dev-util/devhelp: enable py3.12
Closes: https://bugs.gentoo.org/929533
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util/devhelp/devhelp-43.0.ebuild')
| -rw-r--r-- | dev-util/devhelp/devhelp-43.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/devhelp/devhelp-43.0.ebuild b/dev-util/devhelp/devhelp-43.0.ebuild index 7de6d24bacc4..4623869ab55c 100644 --- a/dev-util/devhelp/devhelp-43.0.ebuild +++ b/dev-util/devhelp/devhelp-43.0.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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg |
