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 C4139138350 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 D5D99E0880; Tue, 18 Feb 2020 10:07:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9CA4BE0880 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 B1FA734EE01 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 DAB5C12F 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: <1582020422.06e1355d5c053e849e198ab7d14869404dba3cb9.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-10.3.ebuild X-VCS-Directories: sci-electronics/iverilog/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 06e1355d5c053e849e198ab7d14869404dba3cb9 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: 1efcde25-f638-4721-aff4-24b83df2968d X-Archives-Hash: f58c82629447320fc6b65ae069786297 commit: 06e1355d5c053e849e198ab7d14869404dba3cb9 Author: Huang Rui gmail com> AuthorDate: Mon Feb 17 13:29:02 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Feb 18 10:07:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e1355d sci-electronics/iverilog: fix DEPEND's problem for 10.3 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> Closes: https://github.com/gentoo/gentoo/pull/14685 Signed-off-by: Sergei Trofimovich gentoo.org> sci-electronics/iverilog/iverilog-10.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild index b5e65f56c2e..cb0a5a2dca5 100644 --- a/sci-electronics/iverilog/iverilog-10.3.ebuild +++ b/sci-electronics/iverilog/iverilog-10.3.ebuild @@ -35,6 +35,8 @@ RDEPEND=" DEPEND=" dev-util/gperf + sys-devel/bison + sys-devel/flex ${RDEPEND} "