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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21D5B138350 for ; Tue, 18 Feb 2020 10:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44678E075F; Tue, 18 Feb 2020 10:07:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2880EE075F for ; Tue, 18 Feb 2020 10:07:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE0EB34EDF7 for ; Tue, 18 Feb 2020 10:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E069C for ; Tue, 18 Feb 2020 10:07:06 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1582020421.055dc279103007ce97dbe6a7df6549fdec2874b1.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/iverilog/iverilog-9999.ebuild X-VCS-Directories: sci-electronics/iverilog/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 055dc279103007ce97dbe6a7df6549fdec2874b1 X-VCS-Branch: master Date: Tue, 18 Feb 2020 10:07:06 +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: d4a46535-f95b-4237-b673-503e5f246872 X-Archives-Hash: 5f08372722035156daed41c63c279b7d commit: 055dc279103007ce97dbe6a7df6549fdec2874b1 Author: Huang Rui gmail com> AuthorDate: Mon Feb 17 13:04:27 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Feb 18 10:07:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055dc279 sci-electronics/iverilog: fix DEPEND's problem for 9999 Add flex and bison to DEPEND's of the iverilog suggested by @trofi https://github.com/gentoo/gentoo/pull/14619 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Huang Rui gmail.com> Signed-off-by: Sergei Trofimovich gentoo.org> sci-electronics/iverilog/iverilog-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild index 46f342bfb5a..74c2574d0ab 100644 --- a/sci-electronics/iverilog/iverilog-9999.ebuild +++ b/sci-electronics/iverilog/iverilog-9999.ebuild @@ -35,6 +35,8 @@ RDEPEND=" DEPEND=" dev-util/gperf + sys-devel/bison + sys-devel/flex ${RDEPEND} "