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 DE8C5138350 for ; Mon, 27 Apr 2020 11:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBAB1E0950; Mon, 27 Apr 2020 11:25:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A5887E0950 for ; Mon, 27 Apr 2020 11:25:07 +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 3B5FC34F0EE for ; Mon, 27 Apr 2020 11:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAEEA1F9 for ; Mon, 27 Apr 2020 11:25:03 +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: <1587973328.1e837779e64f240ae77883a7988da56f3ce2f381.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.032.ebuild X-VCS-Directories: sci-electronics/verilator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1e837779e64f240ae77883a7988da56f3ce2f381 X-VCS-Branch: master Date: Mon, 27 Apr 2020 11:25:03 +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: 50ef741d-661c-495c-9c9d-a5b7e5655848 X-Archives-Hash: 82ae9b98f9d3f3747e213fc5bc625e38 commit: 1e837779e64f240ae77883a7988da56f3ce2f381 Author: Huang Rui gmail com> AuthorDate: Mon Apr 27 06:47:54 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 27 07:42:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e837779 sci-electronics/verilator: improve ebuilds Make it fit the standards of gentoo GLEPs. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> sci-electronics/verilator/verilator-4.032.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/verilator/verilator-4.032.ebuild b/sci-electronics/verilator/verilator-4.032.ebuild index 7d157a4..10df066 100644 --- a/sci-electronics/verilator/verilator-4.032.ebuild +++ b/sci-electronics/verilator/verilator-4.032.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit autotools DESCRIPTION="The fast free Verilog/SystemVerilog simulator" HOMEPAGE="https://www.veripool.org/wiki/verilator" -if [[ ${PV} == "9999" ]] ; then +if [[ "${PV}" == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.veripool.org/git/${PN}" else