From e7e8ef43b39de39292a6b36577c580a42e54ea79 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 12 Jul 2021 00:14:36 +0200 Subject: dev-python/dacite: update EAPI 7 -> 8 Signed-off-by: Alessandro Barbieri --- dev-python/dacite/dacite-1.6.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild index d0eb336c62..2b59016e9d 100644 --- a/dev-python/dacite/dacite-1.6.0.ebuild +++ b/dev-python/dacite/dacite-1.6.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad