diff options
author | Sam James <sam@gentoo.org> | 2023-08-18 11:50:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 11:50:55 +0100 |
commit | 8dfad705738e62c917c2fb29fbc08d364d0d1d52 (patch) | |
tree | 2a3d0a7f5b87a5debd076291d1a8690377a3b553 /dev-libs | |
parent | app-arch/pigz: add trivial lower bound on zlib (diff) | |
download | gentoo-8dfad705738e62c917c2fb29fbc08d364d0d1d52.tar.gz gentoo-8dfad705738e62c917c2fb29fbc08d364d0d1d52.tar.bz2 gentoo-8dfad705738e62c917c2fb29fbc08d364d0d1d52.zip |
dev-libs/glib: disable py3.12
See the discussion in bug #911418.
Bug: https://bugs.gentoo.org/911418
Bug: https://bugs.gentoo.org/912437
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-2.76.3.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.76.4.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.77.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/glib/glib-2.76.3.ebuild b/dev-libs/glib/glib-2.76.3.ebuild index b8a23bb8b4be..b5bb50fb4a38 100644 --- a/dev-libs/glib/glib-2.76.3.ebuild +++ b/dev-libs/glib/glib-2.76.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg diff --git a/dev-libs/glib/glib-2.76.4.ebuild b/dev-libs/glib/glib-2.76.4.ebuild index d25af8f101dc..642ad1b40159 100644 --- a/dev-libs/glib/glib-2.76.4.ebuild +++ b/dev-libs/glib/glib-2.76.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg diff --git a/dev-libs/glib/glib-2.77.1.ebuild b/dev-libs/glib/glib-2.77.1.ebuild index ea2b5b076d69..642ad1b40159 100644 --- a/dev-libs/glib/glib-2.77.1.ebuild +++ b/dev-libs/glib/glib-2.77.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg |