mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
sci-electronics/verilator: fix the order of RDEPEND and DEPEND for 9999
Follow https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
parent
bfe80067a7
commit
d8f6f32c27
@ -19,13 +19,13 @@ fi
|
||||
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
RDEPEND="
|
||||
dev-lang/perl
|
||||
sys-libs/zlib
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
|
Loading…
x
Reference in New Issue
Block a user