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