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 CAF8215800F for ; Thu, 5 Jan 2023 10:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC824E0839; Thu, 5 Jan 2023 10:58:17 +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 A7848E0839 for ; Thu, 5 Jan 2023 10:58:17 +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 DBA7D340AED for ; Thu, 5 Jan 2023 10:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7851076A for ; Thu, 5 Jan 2023 10:58:15 +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: <1672916267.c60511621a1e87aaf55b665f6fda960e90d55429.sam@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-util/kbuild/ X-VCS-Repository: proj/musl X-VCS-Files: dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild X-VCS-Directories: dev-util/kbuild/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c60511621a1e87aaf55b665f6fda960e90d55429 X-VCS-Branch: master Date: Thu, 5 Jan 2023 10:58:15 +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: 8de17818-2d03-4094-b728-8591004e4c2d X-Archives-Hash: a048c08018ec56b52b249f74bea17d39 commit: c60511621a1e87aaf55b665f6fda960e90d55429 Author: Sam James gentoo org> AuthorDate: Thu Jan 5 10:57:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 10:57:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c6051162 dev-util/kbuild: use app-alternatives/yacc Signed-off-by: Sam James gentoo.org> dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild index 28e4921e..3f2eaf37 100644 --- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild @@ -20,7 +20,7 @@ IUSE="" DEPEND="sys-apps/texinfo sys-devel/flex sys-devel/gettext - virtual/yacc" + app-alternatives/yacc" RDEPEND="" S=${WORKDIR}/${MY_P/-src}