diff options
author | 2024-05-30 18:48:09 +0300 | |
---|---|---|
committer | 2024-05-31 09:30:50 +0200 | |
commit | 12ad956a8fa8285992412f16fb7abd8311c1c333 (patch) | |
tree | 86d0f9a0b61bac08b650866ed7c3a0c7b0f76d11 /dev-util/glade | |
parent | media-gfx/sane-backends: enable py3.12 (diff) | |
download | gentoo-12ad956a8fa8285992412f16fb7abd8311c1c333.tar.gz gentoo-12ad956a8fa8285992412f16fb7abd8311c1c333.tar.bz2 gentoo-12ad956a8fa8285992412f16fb7abd8311c1c333.zip |
dev-util/glade: enable py3.12
* Also dont unconditionally setup python when its supposed to
be conditional on the python use flag.
Closes: https://bugs.gentoo.org/929541
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36902
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/glade-3.40.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/glade/glade-3.40.0-r1.ebuild b/dev-util/glade/glade-3.40.0-r1.ebuild index 769157b328c4..02e32c557e3f 100644 --- a/dev-util/glade/glade-3.40.0-r1.ebuild +++ b/dev-util/glade/glade-3.40.0-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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome2 python-single-r1 meson optfeature virtualx @@ -59,7 +59,7 @@ PATCHES=( ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } src_configure() { |