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 7C461138359 for ; Mon, 14 Sep 2020 18:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A423EE0C2D; Mon, 14 Sep 2020 18:26:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 88935E0C2D for ; Mon, 14 Sep 2020 18:26:17 +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 57A09335D7D for ; Mon, 14 Sep 2020 18:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B396B361 for ; Mon, 14 Sep 2020 18:26:14 +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: <1600107964.14344ce1243a9d47d55adb43f096177cb4080d83.sam@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-r2.ebuild sci-electronics/iverilog/iverilog-9999.ebuild X-VCS-Directories: sci-electronics/iverilog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14344ce1243a9d47d55adb43f096177cb4080d83 X-VCS-Branch: master Date: Mon, 14 Sep 2020 18:26:14 +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: be6f9e36-66a2-4568-9b70-c8262d3683b8 X-Archives-Hash: 02b18c08076d35d658197748eee967cd commit: 14344ce1243a9d47d55adb43f096177cb4080d83 Author: Felix Neumärker posteo de> AuthorDate: Tue Sep 8 05:21:39 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 14 18:26:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14344ce1 sci-electronics/iverilog: split depend -> bdepend Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Felix Neumärker posteo.de> Closes: https://github.com/gentoo/gentoo/pull/17415 Signed-off-by: Sam James gentoo.org> sci-electronics/iverilog/iverilog-10.3-r2.ebuild | 10 +++------- sci-electronics/iverilog/iverilog-9999.ebuild | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild index dcce51a4502..61d8fc371b2 100644 --- a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild +++ b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild @@ -26,18 +26,14 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="examples" -# If you are building from git, you will also need gperf to generate -# the configure scripts. -RDEPEND=" +DEPEND=" sys-libs/readline:= sys-libs/zlib " - -DEPEND=" - dev-util/gperf +RDEPEND="${DEPEND}" +BDEPEND="dev-util/gperf sys-devel/bison sys-devel/flex - ${RDEPEND} " PATCHES=( diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild index c7053b77526..eb85629d9e8 100644 --- a/sci-electronics/iverilog/iverilog-9999.ebuild +++ b/sci-electronics/iverilog/iverilog-9999.ebuild @@ -26,18 +26,14 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="examples" -# If you are building from git, you will also need gperf to generate -# the configure scripts. -RDEPEND=" +DEPEND=" sys-libs/readline:= sys-libs/zlib " - -DEPEND=" - dev-util/gperf +RDEPEND="${DEPEND}" +BDEPEND="dev-util/gperf sys-devel/bison sys-devel/flex - ${RDEPEND} " src_prepare() {