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 B4252158094 for ; Mon, 19 Sep 2022 12:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D48E0831; Mon, 19 Sep 2022 12:38:52 +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 DD539E0831 for ; Mon, 19 Sep 2022 12:38:52 +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 22307340D5C for ; Mon, 19 Sep 2022 12:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39305DD for ; Mon, 19 Sep 2022 12:38:50 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1663591106.3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pacparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/pacparser/pacparser-1.4.0.ebuild X-VCS-Directories: net-libs/pacparser/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466 X-VCS-Branch: master Date: Mon, 19 Sep 2022 12:38: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: aa3c5aa0-23f7-4aba-b41f-8b7d65589a5e X-Archives-Hash: 4d81eef16d32d6ba79861d0b1c42e445 commit: 3cad8dbb48c7f7f8d346d6c6642d2ca81d33d466 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Sep 19 12:21:36 2022 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Sep 19 12:38:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cad8dbb net-libs/pacparser: enable py3.11 Signed-off-by: Guilherme Amadio gentoo.org> net-libs/pacparser/pacparser-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/pacparser/pacparser-1.4.0.ebuild b/net-libs/pacparser/pacparser-1.4.0.ebuild index 7dc296824bb6..d5d9c6469755 100644 --- a/net-libs/pacparser/pacparser-1.4.0.ebuild +++ b/net-libs/pacparser/pacparser-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit python-r1 toolchain-funcs