commit:     ffd6151df1dd06d5255cb742440f3f29cc29730d
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jun 12 22:15:36 2023 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jun 12 22:19:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffd6151d

app-admin/gentoo_update: disable py3.9

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/gentoo_update/gentoo_update-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild 
b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
index 0f72acc65..e421c40d5 100644
--- a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
@@ -3,7 +3,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 

Reply via email to