From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91C28138334 for ; Tue, 29 Oct 2019 23:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46CCE08AA; Tue, 29 Oct 2019 23:08:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F34E08AA for ; Tue, 29 Oct 2019 23:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A880934C568 for ; Tue, 29 Oct 2019 23:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2E47FE for ; Tue, 29 Oct 2019 23:08:53 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1572390516.804d6b3bcbc17a2e6520054e28f272683c4f839d.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild X-VCS-Directories: dev-util/glslang/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 804d6b3bcbc17a2e6520054e28f272683c4f839d X-VCS-Branch: master Date: Tue, 29 Oct 2019 23:08:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d962c59-23f0-49b9-9e19-a4053859f54c X-Archives-Hash: ea5bfa0d855baf4ad9de5d47f443f376 commit: 804d6b3bcbc17a2e6520054e28f272683c4f839d Author: Nick Sarnie gentoo org> AuthorDate: Tue Oct 29 22:55:04 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Tue Oct 29 23:08:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804d6b3b dev-util/glslang: Restrict test Fixes: https://bugs.gentoo.org/698850 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild index 7c674c7f866..8c95609eba7 100644 --- a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild +++ b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild @@ -17,3 +17,6 @@ LICENSE="BSD" SLOT="0" PATCHES=( "${FILESDIR}/${P}-fix-relative-includes.patch" ) + +# Bug 698850 +RESTRICT="test"