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 03C1D1382C5 for ; Sun, 18 Mar 2018 16:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27175E07FA; Sun, 18 Mar 2018 16:03:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0185FE07FA for ; Sun, 18 Mar 2018 16:03:31 +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 9D57A335D3A for ; Sun, 18 Mar 2018 16:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29EB2239 for ; Sun, 18 Mar 2018 16:03:29 +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: <1521389004.285c3471ae8310f451b90c0beac97f3fd6985256.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild X-VCS-Directories: media-libs/ilmbase/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 285c3471ae8310f451b90c0beac97f3fd6985256 X-VCS-Branch: master Date: Sun, 18 Mar 2018 16:03:29 +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-Archives-Salt: 7d1d11f6-5e0f-4cd0-bf9e-72cced0adfbf X-Archives-Hash: 6f5c41834b80bb7486e229082dc6d5bd commit: 285c3471ae8310f451b90c0beac97f3fd6985256 Author: Pacho Ramos gentoo org> AuthorDate: Sun Mar 18 16:02:53 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Mar 18 16:03:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285c3471 media-libs/ilmbase: tests are known to be broken, bug #632259 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild b/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild index 0804f647bcf..0a6cf6cfa63 100644 --- a/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild +++ b/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild @@ -18,6 +18,9 @@ DEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]" DOCS=( AUTHORS ChangeLog NEWS README ) MULTILIB_WRAPPED_HEADERS=( /usr/include/OpenEXR/IlmBaseConfig.h ) +# https://bugs.gentoo.org/632259 +RESTRICT="test" + PATCHES=( "${FILESDIR}/${P}-Remove-register-keyword.patch" ) multilib_src_configure() {