commit:     5284a79926734b4dcae1362c9d64588054755a54
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 19:14:59 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 19:14:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5284a799

dev-util/kdevelop-php: Restrict remaining tests...

Closes: https://bugs.gentoo.org/668530
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild
index 9b59bf0dfaf..2e370b7418d 100644
--- a/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild
@@ -43,8 +43,11 @@ DEPEND="${COMMON_DEPEND}
 
 PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" )
 
+# remaining tests fail for some, bug 668530
+RESTRICT+=" test"
+
 src_test() {
-       # tests hang
+       # tests hang, bug 667922
        local myctestargs=(
                -E "(completionbenchmark|duchain_multiplefiles)"
        )

Reply via email to