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 2D7E515ACFB for ; Sun, 9 Apr 2023 16:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 571AAE07E6; Sun, 9 Apr 2023 16:03:35 +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 3D45BE0802 for ; Sun, 9 Apr 2023 16:03:35 +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 F3B11340C42 for ; Sun, 9 Apr 2023 16:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F71A36 for ; Sun, 9 Apr 2023 16:03:32 +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: <1681056190.1e19626d6d53079e4233d00a2c6e4325908a173c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria/limnoria-20221116.ebuild net-irc/limnoria/limnoria-99999999.ebuild X-VCS-Directories: net-irc/limnoria/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e19626d6d53079e4233d00a2c6e4325908a173c X-VCS-Branch: master Date: Sun, 9 Apr 2023 16:03:32 +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: d6900115-60ba-4c66-9bc1-0f486027b8f4 X-Archives-Hash: 06ac89121762ab009ca7ed1e61ec004d commit: 1e19626d6d53079e4233d00a2c6e4325908a173c Author: Michał Górny gentoo org> AuthorDate: Sun Apr 9 15:54:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 9 16:03:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e19626d net-irc/limnoria: Enable py3.11 Closes: https://bugs.gentoo.org/897100 Signed-off-by: Michał Górny gentoo.org> net-irc/limnoria/limnoria-20221116.ebuild | 2 +- net-irc/limnoria/limnoria-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/limnoria/limnoria-20221116.ebuild b/net-irc/limnoria/limnoria-20221116.ebuild index 89a8614cf3dd..4c9f1af4daec 100644 --- a/net-irc/limnoria/limnoria-20221116.ebuild +++ b/net-irc/limnoria/limnoria-20221116.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_IN_SOURCE_BUILD=yes # needed for tests inherit distutils-r1 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 5f74cc35dbd9..9f3c9f0c7e1d 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1