commit: c858d3c30bd53312a0fe3ed173757ec58fdaace6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 7 20:00:01 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 20:00:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c858d3c3
dev-python/matplotlib: RESTRICT=test 3.1.2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/matplotlib/matplotlib-3.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.1.2.ebuild b/dev-python/matplotlib/matplotlib-3.1.2.ebuild index a5746a01b05..2102bfdf6e2 100644 --- a/dev-python/matplotlib/matplotlib-3.1.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.1.2.ebuild @@ -21,8 +21,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="cairo doc excel examples gtk3 latex qt5 test tk wxwidgets" REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk )" - -RESTRICT="!test? ( test )" +# tests are fixed in 3.2.1, this version is beyond repair +RESTRICT="test" # internal copy of pycxx highly patched # dev-python/pycxx
