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 9CF25138351 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 A74F2E0951; 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 9293DE0950 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 22E7C34EEE0 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 B714E1F6 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.52b39a04b4c21dfe0c8e383990ad7f2d387fb1d3.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-9999.ebuild X-VCS-Directories: sci-electronics/verilator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 52b39a04b4c21dfe0c8e383990ad7f2d387fb1d3 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: a9b7b799-d86d-4aab-820d-934970d17456 X-Archives-Hash: c929939dcb02fe28c9c27e6b56e4d620 commit: 52b39a04b4c21dfe0c8e383990ad7f2d387fb1d3 Author: Huang Rui gmail com> AuthorDate: Mon Apr 27 06:47:10 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=52b39a04 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-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/verilator/verilator-9999.ebuild b/sci-electronics/verilator/verilator-9999.ebuild index 7d157a4..10df066 100644 --- a/sci-electronics/verilator/verilator-9999.ebuild +++ b/sci-electronics/verilator/verilator-9999.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