From 6c9b28cb7cf2d76767b8632074264335273eb831 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 1 Jul 2021 08:55:34 +0300 Subject: [PATCH] dev-python/pygaljs: bump EAPI and PYTHON_COMPAT Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfred Wingate --- dev-python/pygaljs/pygaljs-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygaljs/pygaljs-1.0.2.ebuild b/dev-python/pygaljs/pygaljs-1.0.2.ebuild index 275aee3..2d2b652 100644 --- a/dev-python/pygaljs/pygaljs-1.0.2.ebuild +++ b/dev-python/pygaljs/pygaljs-1.0.2.ebuild @@ -1,9 +1,9 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Python package providing assets from pygal.js"