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 92312158020 for ; Sun, 6 Nov 2022 05:51:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0B88E075F; Sun, 6 Nov 2022 05:51:32 +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 9F717E075F for ; Sun, 6 Nov 2022 05:51:32 +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 7A34D3410F8 for ; Sun, 6 Nov 2022 05:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4BF65D6 for ; Sun, 6 Nov 2022 05:51:29 +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: <1667713822.6c252427277d2d91f50826242644bc1df251bd0d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/nattka/nattka-0.3.1.ebuild app-portage/nattka/nattka-0.4.ebuild X-VCS-Directories: app-portage/nattka/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c252427277d2d91f50826242644bc1df251bd0d X-VCS-Branch: master Date: Sun, 6 Nov 2022 05:51:29 +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: 68eba4b5-68bc-4cf8-9ed7-77ce3876eb0c X-Archives-Hash: 5c1de08814a1ec08887656572669c753 commit: 6c252427277d2d91f50826242644bc1df251bd0d Author: Sam James gentoo org> AuthorDate: Sun Nov 6 05:50:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 6 05:50:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c252427 app-portage/nattka: disable Python 3.8 The pkgcore stack is going to require Python 3.9. Signed-off-by: Sam James gentoo.org> app-portage/nattka/nattka-0.3.1.ebuild | 2 +- app-portage/nattka/nattka-0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/nattka/nattka-0.3.1.ebuild b/app-portage/nattka/nattka-0.3.1.ebuild index 8b8256936b3a..0318912e1479 100644 --- a/app-portage/nattka/nattka-0.3.1.ebuild +++ b/app-portage/nattka/nattka-0.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/app-portage/nattka/nattka-0.4.ebuild b/app-portage/nattka/nattka-0.4.ebuild index d081e89d68fd..9e68464b4818 100644 --- a/app-portage/nattka/nattka-0.4.ebuild +++ b/app-portage/nattka/nattka-0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1