commit:     1e837779e64f240ae77883a7988da56f3ce2f381
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 06:47:54 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
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 <vowstar <AT> 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

Reply via email to