From 8197d04becbe20cee282d01452052e0857855d20 Mon Sep 17 00:00:00 2001 From: Daniel Heule Date: Mon, 25 Feb 2019 10:16:25 +0100 Subject: [PATCH] app-admin/cdist: python 3.7 ready, EAPI 6 => 7 Signed-off-by: Daniel Heule Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner --- app-admin/cdist/cdist-4.10.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/cdist/cdist-4.10.6.ebuild b/app-admin/cdist/cdist-4.10.6.ebuild index f749811be2149..44334c2bdb79d 100644 --- a/app-admin/cdist/cdist-4.10.6.ebuild +++ b/app-admin/cdist/cdist-4.10.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit distutils-r1