commit: c5895d3e88d02fd329d2b1d518839cc8881a910f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 13:57:08 2019 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 13:57:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5895d3e
media-libs/openexr: Restrict tests Bug: https://bugs.gentoo.org/656680 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-libs/openexr/openexr-2.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/openexr/openexr-2.3.0.ebuild b/media-libs/openexr/openexr-2.3.0.ebuild index 1db0ffc5bda..edefe573116 100644 --- a/media-libs/openexr/openexr-2.3.0.ebuild +++ b/media-libs/openexr/openexr-2.3.0.ebuild @@ -23,6 +23,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}] " +RESTRICT="test" # Tests broken upstream doesn't really care about them, bug #656680 + DOCS=( AUTHORS ChangeLog NEWS README.md ) MULTILIB_WRAPPED_HEADERS=( /usr/include/OpenEXR/OpenEXRConfig.h )
