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 6ABED138334 for ; Sat, 20 Apr 2019 23:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C895E0B50; Sat, 20 Apr 2019 23:20:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 10787E0B42 for ; Sat, 20 Apr 2019 23:20:38 +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 CA4A3342023 for ; Sat, 20 Apr 2019 13:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704F4326 for ; Sat, 20 Apr 2019 13:57:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1555768639.c5895d3e88d02fd329d2b1d518839cc8881a910f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openexr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openexr/openexr-2.3.0.ebuild X-VCS-Directories: media-libs/openexr/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c5895d3e88d02fd329d2b1d518839cc8881a910f X-VCS-Branch: master Date: Sat, 20 Apr 2019 13:57:27 +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: 96c91736-4b22-4188-bd60-06960bdefb07 X-Archives-Hash: 94d9a4a3d6fd2baf74d0afaf4a7dcaa5 commit: c5895d3e88d02fd329d2b1d518839cc8881a910f Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 20 13:57:08 2019 +0000 Commit: Pacho Ramos gentoo 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 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 )