1
0
Fork 0

app-misc/RTbatch: EAPI and Python bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-07-09 05:21:06 -04:00
parent ebb86e24d4
commit 5755fa54ba
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,5 @@
09 Jul 2021; <chymera@gentoo.org> RTbatch-9999.ebuild:
app-misc/RTbatch: EAPI and Python bump
24 Mar 2020; <chymera@gentoo.org> +metadata.xml, RTbatch-9999.ebuild:
app-misc/RTbatch: updated ebuild

View File

@ -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