From 47125681b99745bbebc5d608b10ec6034bd337f9 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 15 Mar 2021 02:17:14 +0100 Subject: [PATCH] dev-python/xunitparser: next time don't blindly copypaste Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- dev-python/xunitparser/xunitparser-1.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/xunitparser/xunitparser-1.3.3.ebuild b/dev-python/xunitparser/xunitparser-1.3.3.ebuild index 4bcd42a8ac..dfcbf41430 100644 --- a/dev-python/xunitparser/xunitparser-1.3.3.ebuild +++ b/dev-python/xunitparser/xunitparser-1.3.3.ebuild @@ -1,9 +1,9 @@ # Copyright 2012-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="test" +RESTRICT="test" #why? have you tried to fix the iasue? distutils_enable_tests unittest