diff options
author | Sam James <sam@gentoo.org> | 2023-05-10 03:25:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-10 03:25:00 +0100 |
commit | ea70334a2f9985e9f1e3b37c96e17459faefce29 (patch) | |
tree | 2752738b08b17aaf180fa2a977d734a724a7c336 /sys-cluster | |
parent | sys-cluster/glusterfs: drop 10.1-r1, 10.2-r1 (diff) | |
download | gentoo-ea70334a2f9985e9f1e3b37c96e17459faefce29.tar.gz gentoo-ea70334a2f9985e9f1e3b37c96e17459faefce29.tar.bz2 gentoo-ea70334a2f9985e9f1e3b37c96e17459faefce29.zip |
sys-cluster/glusterfs: cleanup obsolete Pythons
3.8 + 3.9 are gone & noops.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 |