commit: 08ceae61fd4d7d3321c763636eb2d45619abe774 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 22 11:23:26 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 22 11:25:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ceae61
app-portage/flaggie: Enable python3.9 Reported by 'txt.file'. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/flaggie/flaggie-0.2.1-r1.ebuild | 4 ++-- app-portage/flaggie/flaggie-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild index a7a5da9f118..7fa8f87b0bb 100644 --- a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild +++ b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-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..9} ) inherit bash-completion-r1 distutils-r1 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild index 63eb6161717..054c1c21032 100644 --- a/app-portage/flaggie/flaggie-9999.ebuild +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-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..9} ) EGIT_REPO_URI="https://github.com/mgorny/flaggie.git" inherit bash-completion-r1 distutils-r1 git-r3