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 4BAA015ACFC for ; Wed, 3 May 2023 07:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FDFEE08D6; Wed, 3 May 2023 07:22:48 +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 672A5E08D6 for ; Wed, 3 May 2023 07:22:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 774D5340F9A for ; Wed, 3 May 2023 07:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14DDF8AC for ; Wed, 3 May 2023 07:22:46 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1683098563.45a73952accbf6a52eea539cc7f5f1a59bf786a7.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/package.use.mask X-VCS-Directories: profiles/prefix/darwin/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 45a73952accbf6a52eea539cc7f5f1a59bf786a7 X-VCS-Branch: master Date: Wed, 3 May 2023 07:22: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: 1dfd4255-f786-434c-8a3c-3df2983e5477 X-Archives-Hash: 63261fce68672246c6893e02b94659a6 commit: 45a73952accbf6a52eea539cc7f5f1a59bf786a7 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 3 07:21:46 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 3 07:22:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a73952 profiles/prefix/darwin/package.use.mask: mask USE=elf for glib Darwin is not an ELF target and deps aren't keyworded/available here. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index 70aa17d0cb7c..40dcb8932b8d 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2023-05-03) +# Darwin is Mach-O, so ELF stuff is not useful here and missing deps +dev-libs/glib elf + # Sam James (2020-12-01) # Needs more work to make bindings build dev-db/qdbm java perl ruby