mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
*/*: 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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user