diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-20 15:57:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-20 15:57:19 +0200 |
commit | c5895d3e88d02fd329d2b1d518839cc8881a910f (patch) | |
tree | 0ce01ffe1d6a66c6cd13bcfa3ccbdd3b183cd3a2 /media-libs/openexr | |
parent | dev-util/kbuild: Don't build with distcc (diff) | |
download | gentoo-c5895d3e88d02fd329d2b1d518839cc8881a910f.tar.gz gentoo-c5895d3e88d02fd329d2b1d518839cc8881a910f.tar.bz2 gentoo-c5895d3e88d02fd329d2b1d518839cc8881a910f.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs/openexr')
-rw-r--r-- | media-libs/openexr/openexr-2.3.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/openexr/openexr-2.3.0.ebuild b/media-libs/openexr/openexr-2.3.0.ebuild index 1db0ffc5bda1..edefe5731168 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 ) |