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 E7B6215838C for ; Mon, 22 Jan 2024 12:18:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30ADFE29FE; Mon, 22 Jan 2024 12:18:14 +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 0F7FBE29FE for ; Mon, 22 Jan 2024 12:18:14 +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 033B634328C for ; Mon, 22 Jan 2024 12:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91458AB4 for ; Mon, 22 Jan 2024 12:18:11 +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: <1705925889.afadde3313e0434368c508b1314aa1dfa90dccc0.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-apple/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild X-VCS-Directories: sys-devel/gcc-apple/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: afadde3313e0434368c508b1314aa1dfa90dccc0 X-VCS-Branch: master Date: Mon, 22 Jan 2024 12:18:11 +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: ab280cab-989a-471a-9302-283c7a99d2e3 X-Archives-Hash: 6ab57597b6924e401dd6d69d79eca69c commit: afadde3313e0434368c508b1314aa1dfa90dccc0 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 22 12:16:14 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 22 12:18:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afadde33 sys-devel/gcc-apple: depend on existing app-alternatives/yacc version Signed-off-by: Fabian Groffen gentoo.org> sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild index e81d1597f873..197a3247c925 100644 --- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild +++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild @@ -32,7 +32,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 )" DEPEND="${RDEPEND} >=sys-apps/texinfo-4.2-r4 - >=app-alternatives/yacc-1.875 + app-alternatives/yacc ${CATEGORY}/binutils-apple >=dev-libs/mpfr-2.2.0_p10" PDEPEND="sys-libs/csu"