app-portage/src_prepare-scripts: fix inherit; bump py impl

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-02-26 12:23:47 +01:00
parent d4f267ed63
commit 4065cfec72
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit git-r3 python-r1
inherit python-r1
DESCRIPTION="Small scripts from src_prepare group"
HOMEPAGE="https://gitlab.com/src_prepare/scripts"

View File

@ -3,9 +3,9 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit git-r3 python-r1
inherit python-r1
DESCRIPTION="Small scripts from src_prepare group"
HOMEPAGE="https://gitlab.com/src_prepare/scripts"