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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37B7A158092 for ; Fri, 17 Sep 2021 19:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 616DEE083D; Fri, 17 Sep 2021 19:23:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 458D0E083D for ; Fri, 17 Sep 2021 19:23:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0F06342EB5 for ; Fri, 17 Sep 2021 19:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A94DD5 for ; Fri, 17 Sep 2021 19:23:09 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631906552.89bf0a076501e309d665e37fbb12f77b3720da0f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria/limnoria-20210617-r1.ebuild net-irc/limnoria/limnoria-9999.ebuild X-VCS-Directories: net-irc/limnoria/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 89bf0a076501e309d665e37fbb12f77b3720da0f X-VCS-Branch: master Date: Fri, 17 Sep 2021 19:23:09 +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: dc2cabbe-54f6-4743-9254-4cdee16c5732 X-Archives-Hash: bb218fe7fb63509f304c7024edc48cd4 commit: 89bf0a076501e309d665e37fbb12f77b3720da0f Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 17 19:22:32 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 17 19:22:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bf0a07 net-irc/limnoria: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/limnoria/limnoria-20210617-r1.ebuild | 2 +- net-irc/limnoria/limnoria-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/limnoria/limnoria-20210617-r1.ebuild b/net-irc/limnoria/limnoria-20210617-r1.ebuild index cdecec64aaa..66775bc5f6c 100644 --- a/net-irc/limnoria/limnoria-20210617-r1.ebuild +++ b/net-irc/limnoria/limnoria-20210617-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_IN_SOURCE_BUILD=yes # needed for tests inherit distutils-r1 diff --git a/net-irc/limnoria/limnoria-9999.ebuild b/net-irc/limnoria/limnoria-9999.ebuild index 03b9171f694..42e916daaa3 100644 --- a/net-irc/limnoria/limnoria-9999.ebuild +++ b/net-irc/limnoria/limnoria-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1