mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sci-electronics/verilator: fix the order of RDEPEND and DEPEND for 4.026
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:
@@ -19,13 +19,13 @@ fi
|
|||||||
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
LICENSE="|| ( Artistic-2 LGPL-3 )"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="
|
RDEPEND="
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPEND="
|
DEPEND="
|
||||||
${DEPEND}
|
${RDEPEND}
|
||||||
"
|
"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
|||||||
Reference in New Issue
Block a user