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 11906158094 for ; Wed, 7 Sep 2022 07:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 094F2E0B00; Wed, 7 Sep 2022 07:52:55 +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 E6F5BE0B00 for ; Wed, 7 Sep 2022 07:52:54 +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 075D3341255 for ; Wed, 7 Sep 2022 07:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3245D9 for ; Wed, 7 Sep 2022 07:52:51 +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: <1662537122.52c021c1e0f586ca2fa2e835cc498251801f883c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.21.1.ebuild net-misc/gallery-dl/gallery-dl-1.21.2.ebuild net-misc/gallery-dl/gallery-dl-1.22.4.ebuild net-misc/gallery-dl/gallery-dl-1.23.0.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52c021c1e0f586ca2fa2e835cc498251801f883c X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:52:51 +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: 81e35b56-fd41-4cc7-8a8e-165daa7c39db X-Archives-Hash: 931dafc9211c380a66c012a4e5922757 commit: 52c021c1e0f586ca2fa2e835cc498251801f883c Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 19:43:19 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:52:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c021c1 net-misc/gallery-dl: 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> net-misc/gallery-dl/gallery-dl-1.21.1.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.21.2.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.22.4.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.23.0.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild index 2290b4caea08..7a237fe563cb 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite,ssl,xml" +PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild index 0e2805dbf2af..8929eb231f1e 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite,ssl,xml" +PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.22.4.ebuild b/net-misc/gallery-dl/gallery-dl-1.22.4.ebuild index 2290b4caea08..7a237fe563cb 100644 --- a/net-misc/gallery-dl/gallery-dl-1.22.4.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.22.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite,ssl,xml" +PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild index 60c3846252ce..adeefda919ee 100644 --- a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite,ssl,xml" +PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index 60c3846252ce..adeefda919ee 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite,ssl,xml" +PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature