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 287FE158083 for ; Sat, 7 Sep 2024 09:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23A8AE29FD; Sat, 7 Sep 2024 09:29:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0633DE29FD for ; Sat, 7 Sep 2024 09:29:50 +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 2207D342FA9 for ; Sat, 7 Sep 2024 09:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE10714D3 for ; Sat, 7 Sep 2024 09:29:47 +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: <1725701340.a64d4e3bdb9b9b1058ef7392ddf28522f60e26a2.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a64d4e3bdb9b9b1058ef7392ddf28522f60e26a2 X-VCS-Branch: master Date: Sat, 7 Sep 2024 09:29:47 +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: feae37e7-1a38-42f8-afa9-5d0b0774a191 X-Archives-Hash: 972a0bc815af3cecfa3ad85490ae75c6 commit: a64d4e3bdb9b9b1058ef7392ddf28522f60e26a2 Author: Sam James gentoo org> AuthorDate: Sat Sep 7 09:29:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 7 09:29:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64d4e3b profiles/base: mask app-alternatives/yacc[reference] yacc[reference] exists more for curiosity than anything else, it's not for real use on systems. Prompted by a user report of radvd not building with it as it seems to lack yyparse. Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 729f354b89d3..98f7127451ee 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2024-09-07) +# yacc[reference] exists more for curiosity than anything else, it's +# not for real use on systems. +app-alternatives/yacc reference + # Sam James (2024-09-03) # Causes crashes with e.g. dlz+samba (bug #938955) net-dns/bind jemalloc