mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
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@gmail.com>
This commit is contained in:
parent
059189ff08
commit
52b39a04b4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user