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