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@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-03-15 02:17:14 +01:00
parent c061b7e288
commit 47125681b9

View File

@@ -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