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 418EE158094 for ; Wed, 7 Sep 2022 07:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B325E0B0E; Wed, 7 Sep 2022 07:52:56 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EDD8E0B0E for ; Wed, 7 Sep 2022 07:52:56 +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 35A1C34124A for ; Wed, 7 Sep 2022 07:52:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133225DE for ; Wed, 7 Sep 2022 07:52:52 +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: <1662537125.dc6130d87fa3beda73a6e041ff6d0aff12c8a03a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip/hplip-3.22.4.ebuild net-print/hplip/hplip-3.22.6.ebuild X-VCS-Directories: net-print/hplip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dc6130d87fa3beda73a6e041ff6d0aff12c8a03a X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:52:52 +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: 8c538ad1-600f-4b60-bb7a-a5aea20a3689 X-Archives-Hash: 2e1242730551ab8374dcfa4e1bb4debd commit: dc6130d87fa3beda73a6e041ff6d0aff12c8a03a Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 19:43:22 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:52:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6130d8 net-print/hplip: 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-print/hplip/hplip-3.22.4.ebuild | 2 +- net-print/hplip/hplip-3.22.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/hplip/hplip-3.22.4.ebuild b/net-print/hplip/hplip-3.22.4.ebuild index bced46b2f6eb..21eee2462754 100644 --- a/net-print/hplip/hplip-3.22.4.ebuild +++ b/net-print/hplip/hplip-3.22.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="threads(+),xml" +PYTHON_REQ_USE="threads(+),xml(+)" inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev diff --git a/net-print/hplip/hplip-3.22.6.ebuild b/net-print/hplip/hplip-3.22.6.ebuild index adf5ee96e5af..913ac328e5e2 100644 --- a/net-print/hplip/hplip-3.22.6.ebuild +++ b/net-print/hplip/hplip-3.22.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="threads(+),xml" +PYTHON_REQ_USE="threads(+),xml(+)" inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev