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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47983158086 for ; Wed, 1 Dec 2021 19:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 981A32BC0A1; Wed, 1 Dec 2021 19:35:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F2DC2BC0A1 for ; Wed, 1 Dec 2021 19:35:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7895E342D4F for ; Wed, 1 Dec 2021 19:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34224132 for ; Wed, 1 Dec 2021 19:35:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638387337.4b89d007ec8f092429d9c69fa7a1de89b29525c0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/osl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/osl/osl-1.11.16.0.ebuild X-VCS-Directories: media-libs/osl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b89d007ec8f092429d9c69fa7a1de89b29525c0 X-VCS-Branch: master Date: Wed, 1 Dec 2021 19:35:45 +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: e4ac5f22-9019-4b45-84cd-41af8d43ec78 X-Archives-Hash: f7b59da9969ee45f00989d953c5bffcc commit: 4b89d007ec8f092429d9c69fa7a1de89b29525c0 Author: Sam James gentoo org> AuthorDate: Wed Dec 1 19:35:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 19:35:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b89d007 media-libs/osl: drop tests CMake option We're not running them for now & they're broken anyway. (Not sure how I didn't notice this earlier?!) Closes: https://bugs.gentoo.org/827949 Signed-off-by: Sam James gentoo.org> media-libs/osl/osl-1.11.16.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/osl/osl-1.11.16.0.ebuild b/media-libs/osl/osl-1.11.16.0.ebuild index fca8230620e4..210576bec26a 100644 --- a/media-libs/osl/osl-1.11.16.0.ebuild +++ b/media-libs/osl/osl-1.11.16.0.ebuild @@ -91,7 +91,8 @@ src_configure() { -DUSE_CCACHE=OFF -DLLVM_STATIC=OFF -DLLVM_ROOT="$(get_llvm_prefix ${LLVM_MAX_SLOT})" - -DOSL_BUILD_TESTS=$(usex test) + # Breaks build for now: bug #827949 + #-DOSL_BUILD_TESTS=$(usex test) -DOSL_SHADER_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/shaders" -DOSL_PTX_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/ptx" -DSTOP_ON_WARNING=OFF