net-misc/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-05-14 02:17:10 +02:00
committed by Julien Roy
parent c12eb6b953
commit 89b25248e5
15 changed files with 40 additions and 40 deletions

View File

@@ -115,6 +115,8 @@ SRC_URI="
$(cargo_crate_uris ${CRATES})
"
S="${WORKDIR}/${PN}-v${PV}"
# openssl and SSLeay come from the “ring” crate.
LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0 openssl SSLeay ZLIB"
SLOT="0"
@@ -125,8 +127,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings.
QA_FLAGS_IGNORED="usr/bin/gemserv"

View File

@@ -118,6 +118,8 @@ SRC_URI="
$(cargo_crate_uris ${CRATES})
"
S="${WORKDIR}/${PN}-v${PV}"
# openssl and SSLeay come from the “ring” crate.
LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0 openssl SSLeay ZLIB"
SLOT="0"
@@ -128,8 +130,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings.
QA_FLAGS_IGNORED="usr/bin/gemserv"