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 140DA15800F for ; Thu, 5 Jan 2023 10:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B99E084A; Thu, 5 Jan 2023 10:58:18 +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 0DE08E084A for ; Thu, 5 Jan 2023 10:58:18 +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 1DFA3340B25 for ; Thu, 5 Jan 2023 10:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B73C7FC 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: <1672916274.e853460d520d40b23096387d69c388a528c1197e.sam@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: net-dialup/linux-atm/ X-VCS-Repository: proj/musl X-VCS-Files: net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild X-VCS-Directories: net-dialup/linux-atm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e853460d520d40b23096387d69c388a528c1197e 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: 651c65ab-c85b-4719-a75e-a64292ca61f8 X-Archives-Hash: e7311027b3c9d46b0a5f82c630570aa0 commit: e853460d520d40b23096387d69c388a528c1197e Author: Sam James gentoo org> AuthorDate: Thu Jan 5 10:57:54 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 10:57:54 2023 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e853460d net-dialup/linux-atm: use app-alternatives/yacc Signed-off-by: Sam James gentoo.org> net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild b/net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild index b5ee36db..c7fde09c 100644 --- a/net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild +++ b/net-dialup/linux-atm/linux-atm-2.5.2-r1.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -BDEPEND="virtual/yacc" +BDEPEND="app-alternatives/yacc" RESTRICT="test"