mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user