diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2023-03-14 11:51:19 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2023-03-14 11:51:19 -0700 |
commit | c7e5847ff484d547e309d6ba73e686fec1a70d38 (patch) | |
tree | ac0ede1dd65651bdb76607dd89d26134c26e37e1 /sys-cluster/ceph | |
parent | app-crypt/eid-mw: drop 5.1.4-r1 (diff) | |
download | gentoo-c7e5847ff484d547e309d6ba73e686fec1a70d38.tar.gz gentoo-c7e5847ff484d547e309d6ba73e686fec1a70d38.tar.bz2 gentoo-c7e5847ff484d547e309d6ba73e686fec1a70d38.zip |
sys-cluster/ceph: enable py3.11
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.5-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-17.2.5-r3.ebuild b/sys-cluster/ceph/ceph-17.2.5-r3.ebuild index d374b0897999..a99834673e30 100644 --- a/sys-cluster/ceph/ceph-17.2.5-r3.ebuild +++ b/sys-cluster/ceph/ceph-17.2.5-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) LUA_COMPAT=( lua5-{3..4} ) inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single \ |