Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/
Date: Tue, 29 Oct 2019 23:08:57
Message-Id: 1572390516.804d6b3bcbc17a2e6520054e28f272683c4f839d.sarnex@gentoo
1 commit: 804d6b3bcbc17a2e6520054e28f272683c4f839d
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 22:55:04 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 23:08:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804d6b3b
7
8 dev-util/glslang: Restrict test
9
10 Fixes: https://bugs.gentoo.org/698850
11 Package-Manager: Portage-2.3.78, Repoman-2.3.17
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild
18 index 7c674c7f866..8c95609eba7 100644
19 --- a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild
20 +++ b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild
21 @@ -17,3 +17,6 @@ LICENSE="BSD"
22 SLOT="0"
23
24 PATCHES=( "${FILESDIR}/${P}-fix-relative-includes.patch" )
25 +
26 +# Bug 698850
27 +RESTRICT="test"