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 9F3F6138350 for ; Tue, 7 Apr 2020 07:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D4F0E0D7C; Tue, 7 Apr 2020 07:42:25 +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 349EBE0D7C for ; Tue, 7 Apr 2020 07:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F87C34F0B5 for ; Tue, 7 Apr 2020 07:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF4381D5 for ; Tue, 7 Apr 2020 07:42:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586243267.bfc69d89f455b093f153b67f7ebc31f7c084e61f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/verilator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/verilator/verilator-4.026.ebuild X-VCS-Directories: sci-electronics/verilator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bfc69d89f455b093f153b67f7ebc31f7c084e61f X-VCS-Branch: master Date: Tue, 7 Apr 2020 07:42:20 +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: 4464b1dd-5fcd-47b2-9e56-99b5d76588ca X-Archives-Hash: dd8f4d9d6df7d2bb3e44267008dfe49a commit: bfc69d89f455b093f153b67f7ebc31f7c084e61f Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 07:07:46 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 7 07:07:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfc69d89 sci-electronics/verilator: fix the order of RDEPEND and DEPEND for 4.026 Follow https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> sci-electronics/verilator/verilator-4.026.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/verilator/verilator-4.026.ebuild b/sci-electronics/verilator/verilator-4.026.ebuild index ce920a4..7d157a4 100644 --- a/sci-electronics/verilator/verilator-4.026.ebuild +++ b/sci-electronics/verilator/verilator-4.026.ebuild @@ -19,13 +19,13 @@ fi LICENSE="|| ( Artistic-2 LGPL-3 )" SLOT="0" -DEPEND=" +RDEPEND=" dev-lang/perl sys-libs/zlib " -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} " BDEPEND="