diff options
author | Sam James <sam@gentoo.org> | 2023-08-18 11:54:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 11:54:29 +0100 |
commit | 20ddf3af01a6fd7508a4a9d7140755b54886fc31 (patch) | |
tree | af39a2867b07b709163b3a471aff1bf2c5581ccb /gui-libs/vte | |
parent | sys-apps/systemd-utils: disable py3.12 (diff) | |
download | gentoo-20ddf3af01a6fd7508a4a9d7140755b54886fc31.tar.gz gentoo-20ddf3af01a6fd7508a4a9d7140755b54886fc31.tar.bz2 gentoo-20ddf3af01a6fd7508a4a9d7140755b54886fc31.zip |
gui-libs/vte: disable py3.12
See the discussion in bug #911418.
Bug: https://bugs.gentoo.org/911418
Bug: https://bugs.gentoo.org/912452
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/vte')
-rw-r--r-- | gui-libs/vte/vte-0.72.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/vte/vte-0.72.2.ebuild b/gui-libs/vte/vte-0.72.2.ebuild index 2141d2e931f6..39f53a6250f2 100644 --- a/gui-libs/vte/vte-0.72.2.ebuild +++ b/gui-libs/vte/vte-0.72.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome.org meson python-any-r1 vala xdg |