From 5755fa54ba055f961eeee8da06a9cdf9ca3ed3c1 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Fri, 9 Jul 2021 05:21:06 -0400 Subject: [PATCH] app-misc/RTbatch: EAPI and Python bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Horea Christian --- app-misc/RTbatch/ChangeLog | 3 +++ app-misc/RTbatch/RTbatch-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-misc/RTbatch/ChangeLog b/app-misc/RTbatch/ChangeLog index c388a79..197d598 100644 --- a/app-misc/RTbatch/ChangeLog +++ b/app-misc/RTbatch/ChangeLog @@ -1,2 +1,5 @@ + 09 Jul 2021; RTbatch-9999.ebuild: + app-misc/RTbatch: EAPI and Python bump + 24 Mar 2020; +metadata.xml, RTbatch-9999.ebuild: app-misc/RTbatch: updated ebuild diff --git a/app-misc/RTbatch/RTbatch-9999.ebuild b/app-misc/RTbatch/RTbatch-9999.ebuild index b0c7c9d..278e014 100644 --- a/app-misc/RTbatch/RTbatch-9999.ebuild +++ b/app-misc/RTbatch/RTbatch-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-r1 git-r3