commit: 97f6655e368c713625556e225004bc802f06129c Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sat Mar 6 22:42:44 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 08:43:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f6655e
dev-python/python-discid: add python3_9 ebuild test is fine needed as dependency for media-sound/jack[python3_9] Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/19801 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-python/python-discid/python-discid-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-discid/python-discid-1.2.0.ebuild b/dev-python/python-discid/python-discid-1.2.0.ebuild index d3458750ed4..c28f0f8aff4 100644 --- a/dev-python/python-discid/python-discid-1.2.0.ebuild +++ b/dev-python/python-discid/python-discid-1.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1
