From d3436a73880174dd2deb4bee94cadd02fc221176 Mon Sep 17 00:00:00 2001 From: Alexander Miroshnichenko Date: Thu, 14 May 2020 19:29:26 +0300 Subject: [PATCH] update ebuild for python 3.7 support (#72) --- .../{check_consul-1.1.0.ebuild => check_consul-1.1.0-r1.ebuild} | 2 +- sys-cluster/ceph/ceph-14.2.9-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename net-analyzer/check_consul/{check_consul-1.1.0.ebuild => check_consul-1.1.0-r1.ebuild} (93%) diff --git a/net-analyzer/check_consul/check_consul-1.1.0.ebuild b/net-analyzer/check_consul/check_consul-1.1.0-r1.ebuild similarity index 93% rename from net-analyzer/check_consul/check_consul-1.1.0.ebuild rename to net-analyzer/check_consul/check_consul-1.1.0-r1.ebuild index a543d5a..67b143f 100644 --- a/net-analyzer/check_consul/check_consul-1.1.0.ebuild +++ b/net-analyzer/check_consul/check_consul-1.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit python-r1 diff --git a/sys-cluster/ceph/ceph-14.2.9-r2.ebuild b/sys-cluster/ceph/ceph-14.2.9-r2.ebuild index 710b8a9..be7a57c 100644 --- a/sys-cluster/ceph/ceph-14.2.9-r2.ebuild +++ b/sys-cluster/ceph/ceph-14.2.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) CMAKE_MAKEFILE_GENERATOR=emake DISTUTILS_OPTIONAL=1