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 9CE0E158020 for ; Fri, 25 Nov 2022 11:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D26A3E08FA; Fri, 25 Nov 2022 11:19:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8E651E08FA for ; Fri, 25 Nov 2022 11:19:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B76B341286 for ; Fri, 25 Nov 2022 11:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4489760 for ; Fri, 25 Nov 2022 11:19:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1669375127.595b5814dba9305cd462af6c2d830be00c921524.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 595b5814dba9305cd462af6c2d830be00c921524 X-VCS-Branch: master Date: Fri, 25 Nov 2022 11:19:46 +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: 53fa0546-5b79-4e79-b214-ef5fd6251ed0 X-Archives-Hash: c9f4beb6c30f5922d4d0648735ad900e commit: 595b5814dba9305cd462af6c2d830be00c921524 Author: Joonas Niilola gentoo org> AuthorDate: Fri Nov 25 11:18:47 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Nov 25 11:18:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595b5814 profiles/base: switch = to ~ for opencascade[tbb] - for any possible revbumps. Signed-off-by: Joonas Niilola gentoo.org> profiles/base/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 09b5ea6226dc..02e80088e92b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -9,7 +9,7 @@ # Bernd Waibel (2022-11-25) # USE=tbb is broken in 7.7.0 # https://tracker.dev.opencascade.org/view.php?id=33152 -=sci-libs/opencascade-7.7.0 tbb +~sci-libs/opencascade-7.7.0 tbb # Sam James (2022-11-24) # Depends on old dev-lang/spidermonkey:68, bug #807772