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 4F2E215808F for ; Wed, 16 Mar 2022 22:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86BE7E08EB; Wed, 16 Mar 2022 22:51:24 +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 70C22E08EB for ; Wed, 16 Mar 2022 22:51:24 +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 248CE3431FE for ; Wed, 16 Mar 2022 22:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F91132C for ; Wed, 16 Mar 2022 22:51:17 +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: <1647471063.3228209e96de27714701026db5c01ae1f9994be9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/opencascade/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/opencascade/opencascade-7.6.0-r3.ebuild sci-libs/opencascade/opencascade-7.6.1.ebuild X-VCS-Directories: sci-libs/opencascade/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3228209e96de27714701026db5c01ae1f9994be9 X-VCS-Branch: master Date: Wed, 16 Mar 2022 22:51:17 +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: c9d6a62b-d6f9-4a14-922d-ffda62327dc1 X-Archives-Hash: ceecefd52002b3b96407b688a0765e1d commit: 3228209e96de27714701026db5c01ae1f9994be9 Author: Sam James gentoo org> AuthorDate: Wed Mar 16 22:50:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 22:51:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3228209e sci-libs/opencascade: drop glibc RDEPEND Not needed, we're masking on musl profiles, and this isn't a binary package. It could one day work on non-glibc and an RDEPEND makes it trickier to test on musl. Bug: https://bugs.gentoo.org/832742 Signed-off-by: Sam James gentoo.org> sci-libs/opencascade/opencascade-7.6.0-r3.ebuild | 2 -- sci-libs/opencascade/opencascade-7.6.1.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/sci-libs/opencascade/opencascade-7.6.0-r3.ebuild b/sci-libs/opencascade/opencascade-7.6.0-r3.ebuild index fe70db843047..e98c9c7e07dd 100644 --- a/sci-libs/opencascade/opencascade-7.6.0-r3.ebuild +++ b/sci-libs/opencascade/opencascade-7.6.0-r3.ebuild @@ -24,7 +24,6 @@ REQUIRED_USE="?? ( optimize tbb )" # properly set up. RESTRICT="test" -# sys-libs/glibc see bug #832742 RDEPEND=" !app-eselect/eselect-opencascade dev-lang/tcl:= @@ -35,7 +34,6 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype:2 media-libs/ftgl - sys-libs/glibc virtual/glu virtual/opengl x11-libs/libXmu diff --git a/sci-libs/opencascade/opencascade-7.6.1.ebuild b/sci-libs/opencascade/opencascade-7.6.1.ebuild index fe70db843047..e98c9c7e07dd 100644 --- a/sci-libs/opencascade/opencascade-7.6.1.ebuild +++ b/sci-libs/opencascade/opencascade-7.6.1.ebuild @@ -24,7 +24,6 @@ REQUIRED_USE="?? ( optimize tbb )" # properly set up. RESTRICT="test" -# sys-libs/glibc see bug #832742 RDEPEND=" !app-eselect/eselect-opencascade dev-lang/tcl:= @@ -35,7 +34,6 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype:2 media-libs/ftgl - sys-libs/glibc virtual/glu virtual/opengl x11-libs/libXmu