From 35f0ae7b3835f467f33590707d7423a660e7df59 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Mon, 27 Feb 2023 15:29:37 +0100 Subject: [PATCH] dev-python/auditok: update EAPI 7 -> 8 Signed-off-by: Nicola Smaniotto --- 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 515173ccc8..117f51a3a7 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} )