dev-libs/*: fix variable order

Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-04-27 20:40:12 +02:00
committed by Julien Roy
parent 2da936f63f
commit 89e81076ba
23 changed files with 47 additions and 48 deletions

View File

@@ -11,14 +11,14 @@ DESCRIPTION="Fast cryptographic operations for Monero wallets"
HOMEPAGE="https://github.com/monero-project/supercop"
SRC_URI="https://github.com/monero-project/supercop/archive/${MY_REV}.tar.gz -> ${PN}-${MY_REV}.tar.gz"
S="${WORKDIR}"/${PN}-${MY_REV}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="dev-lang/nasm"
S="${WORKDIR}"/${PN}-${MY_REV}
src_configure() {
append-flags -fPIC
append-ldflags -Wl,-z,noexecstack