From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1DCA158096 for ; Wed, 7 Sep 2022 07:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AB4CE0AF8; Wed, 7 Sep 2022 07:52:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26BFCE0AF8 for ; Wed, 7 Sep 2022 07:52:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 686B2341233 for ; Wed, 7 Sep 2022 07:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99DA5C7 for ; Wed, 7 Sep 2022 07:52:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662537115.a45d85256bdd26aee7d8877f50daee32c12d9e2a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gconf/gconf-3.2.6-r5.ebuild X-VCS-Directories: gnome-base/gconf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a45d85256bdd26aee7d8877f50daee32c12d9e2a X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:52:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a4a7e7a-c157-4c52-b56d-dea06e978f4c X-Archives-Hash: 6ea5e247706a460086e567e937961481 commit: a45d85256bdd26aee7d8877f50daee32c12d9e2a Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 19:43:10 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:51:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45d8525 gnome-base/gconf: Update PYTHON_REQ_USE to xml(+) Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny gentoo.org> gnome-base/gconf/gconf-3.2.6-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r5.ebuild index 2102f9517875..92ebc45a813e 100644 --- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild +++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 GNOME_ORG_MODULE="GConf" GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit gnome2 multilib-minimal python-single-r1