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 E85A3158094 for ; Thu, 30 Jun 2022 09:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F8EE0C0D; Thu, 30 Jun 2022 09:07:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F0EBEE0C0C for ; Thu, 30 Jun 2022 09:07: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 2F062341239 for ; Thu, 30 Jun 2022 09:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC65651D for ; Thu, 30 Jun 2022 09:07:54 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1656580011.cd7bd34fc2d482f558b3799895153554c71e458f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libjcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libjcat/libjcat-0.1.11.ebuild X-VCS-Directories: dev-libs/libjcat/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: cd7bd34fc2d482f558b3799895153554c71e458f X-VCS-Branch: master Date: Thu, 30 Jun 2022 09:07:54 +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: ed222487-2fc8-4c5c-8c1a-1b3572b603ad X-Archives-Hash: 145a66631cf38503d67ae630a915d72f commit: cd7bd34fc2d482f558b3799895153554c71e458f Author: Marek Szuba gentoo org> AuthorDate: Thu Jun 30 09:06:51 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jun 30 09:06:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7bd34f dev-libs/libjcat: enable py3.11 Signed-off-by: Marek Szuba gentoo.org> dev-libs/libjcat/libjcat-0.1.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libjcat/libjcat-0.1.11.ebuild b/dev-libs/libjcat/libjcat-0.1.11.ebuild index a3ce45a61d1c..1e2e8e341b96 100644 --- a/dev-libs/libjcat/libjcat-0.1.11.ebuild +++ b/dev-libs/libjcat/libjcat-0.1.11.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_REQ_USE="xml(+)" inherit meson python-any-r1 vala xdg-utils