commit:     47125681b99745bbebc5d608b10ec6034bd337f9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 15 01:17:14 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 15 01:17:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47125681

dev-python/xunitparser: next time don't blindly copypaste

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 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 4bcd42a8..dfcbf414 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
 

Reply via email to