diff options
author | 2024-07-30 10:16:50 +0200 | |
---|---|---|
committer | 2024-07-30 10:48:01 +0200 | |
commit | c10cb7ebdebd06d7d92e3b288ba996fd5b61b804 (patch) | |
tree | ac0b20578df114bf3eec0209a68560e585e14604 /dev-util/gtk-builder-convert | |
parent | dev-util/global: add 6.6.13 (diff) | |
download | gentoo-c10cb7ebdebd06d7d92e3b288ba996fd5b61b804.tar.gz gentoo-c10cb7ebdebd06d7d92e3b288ba996fd5b61b804.tar.bz2 gentoo-c10cb7ebdebd06d7d92e3b288ba996fd5b61b804.zip |
dev-util/gtk-builder-convert: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/929544
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util/gtk-builder-convert')
-rw-r--r-- | dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild index 472001d359fb..0f5eaa5ac9aa 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 GNOME_ORG_MODULE="gtk+" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit gnome.org python-single-r1 |