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 2287B158087 for ; Thu, 3 Feb 2022 06:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F862BC053; Thu, 3 Feb 2022 06:21:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DA0F2BC053 for ; Thu, 3 Feb 2022 06:21:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 149BA3432DA for ; Thu, 3 Feb 2022 06:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A7612BB for ; Thu, 3 Feb 2022 06:20:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1643869242.dda05dc9feb8261c42edac1c816911cf2ab2da08.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.70.2.ebuild dev-libs/glib/glib-2.70.3.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dda05dc9feb8261c42edac1c816911cf2ab2da08 X-VCS-Branch: master Date: Thu, 3 Feb 2022 06:20:55 +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: 76c4a70a-8486-4ec1-ab8b-1db9fa49f478 X-Archives-Hash: 9010434f3af5f509058cfb0b46c40961 commit: dda05dc9feb8261c42edac1c816911cf2ab2da08 Author: Matt Turner gentoo org> AuthorDate: Thu Feb 3 05:46:07 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 3 06:20:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda05dc9 dev-libs/glib: Depend on dev-lang/python[xml] Closes: https://bugs.gentoo.org/812776 Signed-off-by: Matt Turner gentoo.org> dev-libs/glib/glib-2.70.2.ebuild | 3 ++- dev-libs/glib/glib-2.70.3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/glib/glib-2.70.2.ebuild b/dev-libs/glib/glib-2.70.2.ebuild index 2019f4a6893a..3b682616d934 100644 --- a/dev-libs/glib/glib-2.70.2.ebuild +++ b/dev-libs/glib/glib-2.70.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg diff --git a/dev-libs/glib/glib-2.70.3.ebuild b/dev-libs/glib/glib-2.70.3.ebuild index 3db8a09e3f72..183a89220c42 100644 --- a/dev-libs/glib/glib-2.70.3.ebuild +++ b/dev-libs/glib/glib-2.70.3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg