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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79DB8158091 for ; Sun, 5 Jun 2022 07:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E13E095C; Sun, 5 Jun 2022 07:15:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79A4DE095C for ; Sun, 5 Jun 2022 07:15:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6767B341A58 for ; Sun, 5 Jun 2022 07:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8685475 for ; Sun, 5 Jun 2022 07:15:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654413347.c4f2ceebfb654ef17ee5e61da73af2d023f0345b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild X-VCS-Directories: app-portage/smart-live-rebuild/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4f2ceebfb654ef17ee5e61da73af2d023f0345b X-VCS-Branch: master Date: Sun, 5 Jun 2022 07:15: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: d3ef499d-7d56-400a-97b3-0a0344fb8845 X-Archives-Hash: 69478d0f362e7779d804abd3f2ba5511 commit: c4f2ceebfb654ef17ee5e61da73af2d023f0345b Author: Sam James gentoo org> AuthorDate: Sun Jun 5 07:15:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 5 07:15:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f2ceeb app-portage/smart-live-rebuild: add Python 3.11 Signed-off-by: Sam James gentoo.org> app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild | 2 +- app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild index 37e4ae205522..06f0f8a0098b 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild index 30662fa33d93..190ef2047ebe 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 git-r3