Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/verilator/
Date: Mon, 27 Apr 2020 11:25:08
Message-Id: 1587973328.52b39a04b4c21dfe0c8e383990ad7f2d387fb1d3.andrewammerlaan@gentoo
1 commit: 52b39a04b4c21dfe0c8e383990ad7f2d387fb1d3
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 27 06:47:10 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Apr 27 07:42:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52b39a04
7
8 sci-electronics/verilator: improve ebuilds
9
10 Make it fit the standards of gentoo GLEPs.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
14
15 sci-electronics/verilator/verilator-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-electronics/verilator/verilator-9999.ebuild b/sci-electronics/verilator/verilator-9999.ebuild
19 index 7d157a4..10df066 100644
20 --- a/sci-electronics/verilator/verilator-9999.ebuild
21 +++ b/sci-electronics/verilator/verilator-9999.ebuild
22 @@ -1,14 +1,14 @@
23 # Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI="7"
28
29 inherit autotools
30
31 DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
32 HOMEPAGE="https://www.veripool.org/wiki/verilator"
33
34 -if [[ ${PV} == "9999" ]] ; then
35 +if [[ "${PV}" == "9999" ]] ; then
36 inherit git-r3
37 EGIT_REPO_URI="https://git.veripool.org/git/${PN}"
38 else