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 6A8EB158093 for ; Sun, 19 Sep 2021 05:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F3EEE0933; Sun, 19 Sep 2021 05:20:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AE25E0933 for ; Sun, 19 Sep 2021 05:20:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB7C9342F4E for ; Sun, 19 Sep 2021 05:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EDD6E5 for ; Sun, 19 Sep 2021 05:20:48 +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: <1632028825.2e6aff0061e5cd9531e7489647958ecc6ca8bb5a.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.15.0.ebuild media-libs/osl/osl-1.11.9.0-r1.ebuild X-VCS-Directories: media-libs/osl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e6aff0061e5cd9531e7489647958ecc6ca8bb5a X-VCS-Branch: master Date: Sun, 19 Sep 2021 05:20:48 +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: 9f1727b0-6033-4f66-b872-f0fb62b514bf X-Archives-Hash: ea3df3e922c6e11cece2ff781e4c4ee0 commit: 2e6aff0061e5cd9531e7489647958ecc6ca8bb5a Author: Sam James gentoo org> AuthorDate: Sun Sep 19 05:19:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 19 05:20:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6aff00 media-libs/osl: fix MisplacedEclassVar Signed-off-by: Sam James gentoo.org> media-libs/osl/osl-1.11.15.0.ebuild | 2 ++ media-libs/osl/osl-1.11.9.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/osl/osl-1.11.15.0.ebuild b/media-libs/osl/osl-1.11.15.0.ebuild index 612465934cb..f4a19303d28 100644 --- a/media-libs/osl/osl-1.11.15.0.ebuild +++ b/media-libs/osl/osl-1.11.15.0.ebuild @@ -8,6 +8,8 @@ PYTHON_COMPAT=( python3_{8,9,10} ) # check this on updates LLVM_MAX_SLOT=13 +CMAKE_REMOVE_MODULES_LIST=() + inherit cmake llvm toolchain-funcs python-single-r1 DESCRIPTION="Advanced shading language for production GI renderers" diff --git a/media-libs/osl/osl-1.11.9.0-r1.ebuild b/media-libs/osl/osl-1.11.9.0-r1.ebuild index a85d2827df7..10bd18b8492 100644 --- a/media-libs/osl/osl-1.11.9.0-r1.ebuild +++ b/media-libs/osl/osl-1.11.9.0-r1.ebuild @@ -8,6 +8,8 @@ PYTHON_COMPAT=( python3_{8,9,10} ) # check this on updates LLVM_MAX_SLOT=10 +CMAKE_REMOVE_MODULES_LIST=() + inherit cmake llvm toolchain-funcs python-single-r1 DESCRIPTION="Advanced shading language for production GI renderers" @@ -56,8 +58,6 @@ BDEPEND=" PATCHES=() -CMAKE_REMOVE_MODULES_LIST=() - # Restricting tests as Make file handles them differently RESTRICT="test"