sys-apps/dool: add 1.0.0, bump python support

Closes: https://bugs.gentoo.org/848408
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-05-30 08:37:59 +02:00
parent 209cf7f8e1
commit 046b09c9d5
3 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 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_{8..9} )
PYTHON_COMPAT=( python3_{9..11} )
inherit python-r1