*/*: fix variable order

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

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-04-26 16:46:35 +02:00
parent 7d1147ff43
commit f2be215fb9
147 changed files with 453 additions and 464 deletions

View File

@@ -5,9 +5,10 @@ EAPI=8
DESCRIPTION="The OpenCilk concurrency platform for parallel programming"
HOMEPAGE="https://opencilk.org/"
SRC_URI="https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv${PV}/OpenCilk-${PV}-LLVM-12.0.0-Ubuntu-20.04-x86_64.tar.gz"
S="${WORKDIR}"
# Since opencilk-project is a fork of LLVM 12, this lists the licenses
# of LLVM 12, while opencilk-project states that it us under "MIT with
# the OpenCilk Addendum", which basically states that you can
@@ -25,8 +26,6 @@ RDEPEND="
sys-libs/zlib
"
S="${WORKDIR}"
QA_FLAGS_IGNORED="opt/${P}/.*"
src_install() {

View File

@@ -5,9 +5,10 @@ EAPI=8
DESCRIPTION="The OpenCilk concurrency platform for parallel programming"
HOMEPAGE="https://opencilk.org/"
SRC_URI="https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv${PV}/opencilk-${PV}.0-x86_64-linux-gnu-ubuntu-22.04.tar.gz"
S="${WORKDIR}"
# Since opencilk-project is a fork of LLVM 12, this lists the licenses
# of LLVM 12, while opencilk-project states that it us under "MIT with
# the OpenCilk Addendum", which basically states that you can
@@ -25,8 +26,6 @@ RDEPEND="
sys-libs/zlib
"
S="${WORKDIR}"
QA_FLAGS_IGNORED="opt/${P}/.*"
src_install() {