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 ADC8915800F for ; Thu, 5 Jan 2023 10:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E78E5E0825; Thu, 5 Jan 2023 10:56:51 +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 CD3E3E0825 for ; Thu, 5 Jan 2023 10:56:51 +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 167A7340AED for ; Thu, 5 Jan 2023 10:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B1A76A for ; Thu, 5 Jan 2023 10:56:49 +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: <1672916169.e19b37379dc7017cd0d7f0793fbbae2c674ff16e.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/binutils/binutils-2.34-r1.ebuild sys-devel/binutils/binutils-2.39-r2.ebuild sys-devel/binutils/binutils-2.39-r4.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e19b37379dc7017cd0d7f0793fbbae2c674ff16e X-VCS-Branch: master Date: Thu, 5 Jan 2023 10:56:49 +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: c7747795-f816-4fc2-b3bf-cd0a9fdede5f X-Archives-Hash: b8b55e1fea0cef2ab10b2e57988c1b3b commit: e19b37379dc7017cd0d7f0793fbbae2c674ff16e Author: Sam James gentoo org> AuthorDate: Thu Jan 5 10:56:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 10:56:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e19b3737 sys-devel/binutils: use app-alternatives/yacc Signed-off-by: Sam James gentoo.org> sys-devel/binutils/binutils-2.34-r1.ebuild | 2 +- sys-devel/binutils/binutils-2.39-r2.ebuild | 2 +- sys-devel/binutils/binutils-2.39-r4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/binutils/binutils-2.34-r1.ebuild b/sys-devel/binutils/binutils-2.34-r1.ebuild index 2dd1d18118..e753578810 100644 --- a/sys-devel/binutils/binutils-2.34-r1.ebuild +++ b/sys-devel/binutils/binutils-2.34-r1.ebuild @@ -79,7 +79,7 @@ BDEPEND=" test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext ) sys-devel/flex - virtual/yacc + app-alternatives/yacc " RESTRICT="!test? ( test )" diff --git a/sys-devel/binutils/binutils-2.39-r2.ebuild b/sys-devel/binutils/binutils-2.39-r2.ebuild index 41f01bb583..7e118e3485 100644 --- a/sys-devel/binutils/binutils-2.39-r2.ebuild +++ b/sys-devel/binutils/binutils-2.39-r2.ebuild @@ -63,7 +63,7 @@ BDEPEND=" ) nls? ( sys-devel/gettext ) sys-devel/flex - virtual/yacc + app-alternatives/yacc " RESTRICT="!test? ( test )" diff --git a/sys-devel/binutils/binutils-2.39-r4.ebuild b/sys-devel/binutils/binutils-2.39-r4.ebuild index 8f34b15b0e..5d73b5c780 100644 --- a/sys-devel/binutils/binutils-2.39-r4.ebuild +++ b/sys-devel/binutils/binutils-2.39-r4.ebuild @@ -63,7 +63,7 @@ BDEPEND=" ) nls? ( sys-devel/gettext ) sys-devel/flex - virtual/yacc + app-alternatives/yacc " RESTRICT="!test? ( test )"