From 76f545ef3e391af0848e5ba80132e9b4a53030e7 Mon Sep 17 00:00:00 2001 From: Brian Waters Date: Thu, 3 Jun 2021 01:38:30 -0400 Subject: [PATCH] yaffshiv: bump to python 3.9 --- sys-fs/yaffshiv/yaffshiv-99999999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/yaffshiv/yaffshiv-99999999.ebuild b/sys-fs/yaffshiv/yaffshiv-99999999.ebuild index b72620be2..5648a63a4 100644 --- a/sys-fs/yaffshiv/yaffshiv-99999999.ebuild +++ b/sys-fs/yaffshiv/yaffshiv-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit git-r3 distutils-r1