Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openexr/
Date: Sat, 20 Apr 2019 23:29:19
Message-Id: 1555768639.c5895d3e88d02fd329d2b1d518839cc8881a910f.pacho@gentoo
1 commit: c5895d3e88d02fd329d2b1d518839cc8881a910f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 13:57:08 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 13:57:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5895d3e
7
8 media-libs/openexr: Restrict tests
9
10 Bug: https://bugs.gentoo.org/656680
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 media-libs/openexr/openexr-2.3.0.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/media-libs/openexr/openexr-2.3.0.ebuild b/media-libs/openexr/openexr-2.3.0.ebuild
18 index 1db0ffc5bda..edefe573116 100644
19 --- a/media-libs/openexr/openexr-2.3.0.ebuild
20 +++ b/media-libs/openexr/openexr-2.3.0.ebuild
21 @@ -23,6 +23,8 @@ DEPEND="${RDEPEND}
22 virtual/pkgconfig[${MULTILIB_USEDEP}]
23 "
24
25 +RESTRICT="test" # Tests broken upstream doesn't really care about them, bug #656680
26 +
27 DOCS=( AUTHORS ChangeLog NEWS README.md )
28 MULTILIB_WRAPPED_HEADERS=( /usr/include/OpenEXR/OpenEXRConfig.h )