1
0
mirror of synced 2024-06-18 10:29:41 +02:00

app-misc/patternBG: PYTHON_COMPAT and EAPI bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-07-13 03:05:57 -04:00
parent 066494215e
commit 4633a9d15e
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit python-r1