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 2B33E138350 for ; Tue, 7 Apr 2020 07:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71942E0D34; Tue, 7 Apr 2020 07:06:15 +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 58146E0D34 for ; Tue, 7 Apr 2020 07:06:15 +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 666BF34F06B for ; Tue, 7 Apr 2020 07:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F36C71AF for ; Tue, 7 Apr 2020 07:06:12 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1586243138.d8f6f32c27dfbe15ad8e3e876f718fa7e37e7273.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/verilator/verilator-9999.ebuild X-VCS-Directories: sci-electronics/verilator/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: d8f6f32c27dfbe15ad8e3e876f718fa7e37e7273 X-VCS-Branch: dev Date: Tue, 7 Apr 2020 07:06:12 +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: f59812f6-77e0-44d0-b72b-188d0af8c1ef X-Archives-Hash: b8a8088b025b17b6a965070f15b47eba commit: d8f6f32c27dfbe15ad8e3e876f718fa7e37e7273 Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 07:05:37 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Apr 7 07:05:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8f6f32c sci-electronics/verilator: fix the order of RDEPEND and DEPEND for 9999 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-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/verilator/verilator-9999.ebuild b/sci-electronics/verilator/verilator-9999.ebuild index ce920a4..7d157a4 100644 --- a/sci-electronics/verilator/verilator-9999.ebuild +++ b/sci-electronics/verilator/verilator-9999.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="