diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-30 16:55:45 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-30 17:54:51 -0400 |
commit | ffd075d79162b2682221a397962820bf3e00dfca (patch) | |
tree | 43e04dc69ef338749d0edbe0cb2eca9c3ccaa89d /gnome-base | |
parent | www-client/chromium-bin: Stabilize 106.0.5249.61 arm64, #873241 (diff) | |
download | gentoo-ffd075d79162b2682221a397962820bf3e00dfca.tar.gz gentoo-ffd075d79162b2682221a397962820bf3e00dfca.tar.bz2 gentoo-ffd075d79162b2682221a397962820bf3e00dfca.zip |
gnome-base/gconf: Bump to EAPI=8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/gconf-3.2.6-r6.ebuild (renamed from gnome-base/gconf/gconf-3.2.6-r5.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r6.ebuild index 92ebc45a813e..105cb26e763a 100644 --- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild +++ b/gnome-base/gconf/gconf-3.2.6-r6.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 GNOME_ORG_MODULE="GConf" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit gnome2 multilib-minimal python-single-r1 |