From 39aafd45b4eb934337713dcc7f671bd22358ef8f Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 10 Jul 2021 19:09:22 +0200 Subject: [PATCH] dev-python/control: Revbump to EAPI="8" Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank --- .../control/{control-0.9.0.ebuild => control-0.9.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/control/{control-0.9.0.ebuild => control-0.9.0-r1.ebuild} (93%) diff --git a/dev-python/control/control-0.9.0.ebuild b/dev-python/control/control-0.9.0-r1.ebuild similarity index 93% rename from dev-python/control/control-0.9.0.ebuild rename to dev-python/control/control-0.9.0-r1.ebuild index f84c9d3..df5e8cc 100644 --- a/dev-python/control/control-0.9.0.ebuild +++ b/dev-python/control/control-0.9.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 2020-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_9 ) inherit distutils-r1 DESCRIPTION="Python Control Systems Library"