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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7A8915800F for ; Sun, 22 Jan 2023 07:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F26A2E088B; Sun, 22 Jan 2023 07:10:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAE1DE088B for ; Sun, 22 Jan 2023 07:10:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8231335D60 for ; Sun, 22 Jan 2023 07:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058817FC for ; Sun, 22 Jan 2023 07:10:25 +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: <1674371392.9ee56729a06cd035c275d48439cf6092845b2d01.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vtun/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/vtun/vtun-3.0.4-r2.ebuild X-VCS-Directories: net-vpn/vtun/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ee56729a06cd035c275d48439cf6092845b2d01 X-VCS-Branch: master Date: Sun, 22 Jan 2023 07:10:25 +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: 123ba7db-ee39-4caf-9698-13dd30202593 X-Archives-Hash: 0484f45cd413c977004dafef2bc6c8b0 commit: 9ee56729a06cd035c275d48439cf6092845b2d01 Author: Sam James gentoo org> AuthorDate: Sun Jan 22 07:09:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 22 07:09:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee56729 net-vpn/vtun: add lex BDEPEND, switch to yacc BDEPEND (not just bison) Closes: https://bugs.gentoo.org/891649 Signed-off-by: Sam James gentoo.org> net-vpn/vtun/vtun-3.0.4-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-vpn/vtun/vtun-3.0.4-r2.ebuild b/net-vpn/vtun/vtun-3.0.4-r2.ebuild index 4673a825b363..6f2661a261b8 100644 --- a/net-vpn/vtun/vtun-3.0.4-r2.ebuild +++ b/net-vpn/vtun/vtun-3.0.4-r2.ebuild @@ -21,7 +21,10 @@ RDEPEND=" zlib? ( sys-libs/zlib ) dev-libs/libbsd" DEPEND="${RDEPEND}" -BDEPEND="sys-devel/bison" +BDEPEND=" + app-alternatives/lex + app-alternatives/yacc +" DOCS=( ChangeLog Credits FAQ README README.Setup README.Shaper TODO ) CONFIG_CHECK="~TUN"