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:
Huang Rui 2020-04-07 15:05:37 +08:00
parent bfe80067a7
commit d8f6f32c27
No known key found for this signature in database
GPG Key ID: AD4E34A8385E3E52

View File

@ -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="