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 A83F8158030 for ; Mon, 27 Feb 2023 15:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81993E0837; Mon, 27 Feb 2023 15:19:39 +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 662BAE0837 for ; Mon, 27 Feb 2023 15:19:39 +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 21B78340E1E for ; Mon, 27 Feb 2023 15:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFED88C1 for ; Mon, 27 Feb 2023 15:19:36 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1677510812.35f0ae7b3835f467f33590707d7423a660e7df59.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/auditok/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/auditok/auditok-0.2.0.ebuild X-VCS-Directories: dev-python/auditok/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 35f0ae7b3835f467f33590707d7423a660e7df59 X-VCS-Branch: dev Date: Mon, 27 Feb 2023 15:19:36 +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: 96a08d4a-141f-4232-861f-407abe301a4d X-Archives-Hash: 13a3cb9f65af783829068e8a8f375ed0 commit: 35f0ae7b3835f467f33590707d7423a660e7df59 Author: Nicola Smaniotto gmail com> AuthorDate: Mon Feb 27 14:29:37 2023 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon Feb 27 15:13:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35f0ae7b dev-python/auditok: update EAPI 7 -> 8 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/auditok/auditok-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/auditok/auditok-0.2.0.ebuild b/dev-python/auditok/auditok-0.2.0.ebuild index 515173ccc..117f51a3a 100644 --- a/dev-python/auditok/auditok-0.2.0.ebuild +++ b/dev-python/auditok/auditok-0.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} )