commit: 15bacd65d54f695e25f2b3c333611b3da19be025 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Feb 28 20:38:08 2021 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 20:42:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bacd65
app-text/XML-Schema-learner: disable test suite. The test suite for this package no longer passes with modern versions of PHPUnit. Add RESTRICT=test until the package can be updated. Closes: https://bugs.gentoo.org/772977 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild index 8da9a7b4ee6..c876bebfd7d 100644 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild +++ b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -RESTRICT="!test? ( test )" + +# This test suite used to work but needs an update for modern versions +# of PHPUnit. See https://github.com/kore/XML-Schema-learner/issues/6 +RESTRICT="test" # PHP dependency can be inferred from .travis.yml in the repository. # The necessary USE flags on the other hand were found the hard way.
