Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/
Date: Fri, 30 Sep 2022 21:55:22
Message-Id: 1664574891.ffd075d79162b2682221a397962820bf3e00dfca.mattst88@gentoo
1 commit: ffd075d79162b2682221a397962820bf3e00dfca
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 20:55:45 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 21:54:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd075d7
7
8 gnome-base/gconf: Bump to EAPI=8
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gconf/{gconf-3.2.6-r5.ebuild => gconf-3.2.6-r6.ebuild} | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r6.ebuild
16 similarity index 98%
17 rename from gnome-base/gconf/gconf-3.2.6-r5.ebuild
18 rename to gnome-base/gconf/gconf-3.2.6-r6.ebuild
19 index 92ebc45a813e..105cb26e763a 100644
20 --- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
21 +++ b/gnome-base/gconf/gconf-3.2.6-r6.ebuild
22 @@ -1,11 +1,10 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=8
28
29 GNOME_ORG_MODULE="GConf"
30 -GNOME2_LA_PUNT="yes"
31 -PYTHON_COMPAT=( python3_{8..10} )
32 +PYTHON_COMPAT=( python3_{8..11} )
33 PYTHON_REQ_USE="xml(+)"
34
35 inherit gnome2 multilib-minimal python-single-r1