commit: ea70334a2f9985e9f1e3b37c96e17459faefce29
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 02:25:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 02:25:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea70334a
sys-cluster/glusterfs: cleanup obsolete Pythons
3.8 + 3.9 are gone & noops.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild | 2 +-
sys-cluster/glusterfs/glusterfs-10.4.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild
b/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild
index e4acdddb40e4..85fd17edca5e 100644
--- a/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit autotools elisp-common python-single-r1 tmpfiles systemd
diff --git a/sys-cluster/glusterfs/glusterfs-10.4.ebuild
b/sys-cluster/glusterfs/glusterfs-10.4.ebuild
index fcb1b45ea7e0..b93d5a3ce447 100644
--- a/sys-cluster/glusterfs/glusterfs-10.4.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-10.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit autotools elisp-common python-single-r1 tmpfiles systemd