diff options
author | 2021-04-17 17:41:50 +0200 | |
---|---|---|
committer | 2021-04-19 06:41:58 -0600 | |
commit | 28b2b345949bd852fcd42374bf772bb1281034d7 (patch) | |
tree | df7a06cec8c3ca23c67f75c79b08fd34be8d4c14 /sys-cluster/charliecloud/charliecloud-9999.ebuild | |
parent | net-fs/samba: Added slot operator to libunwind dep (diff) | |
download | gentoo-28b2b345949bd852fcd42374bf772bb1281034d7.tar.gz gentoo-28b2b345949bd852fcd42374bf772bb1281034d7.tar.bz2 gentoo-28b2b345949bd852fcd42374bf772bb1281034d7.zip |
sys-cluster/charliecloud: Bump to version 0.23, add py3.9.
This also enables Python 3.9 support for the live ebuild.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud/charliecloud-9999.ebuild')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index b96285971254..ae43a8ed1073 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools optfeature python-single-r1 |