projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df99395
)
sys-libs/libomp: Reorder ebuild vars in 9+
author
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 08:33:08 +0000
(10:33 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 09:15:40 +0000
(11:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libomp/libomp-9.0.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libomp/libomp-9.0.0.ebuild
b/sys-libs/libomp/libomp-9.0.0.ebuild
index 51f4a04cdbaa04aa57878a7d763e334307968a31..66370efbadfec38b514f2899573625508a6522e4 100644
(file)
--- a/
sys-libs/libomp/libomp-9.0.0.ebuild
+++ b/
sys-libs/libomp/libomp-9.0.0.ebuild
@@
-14,6
+14,7
@@
MY_P=openmp-${PV}.src
DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
HOMEPAGE="https://openmp.llvm.org"
SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz"
+S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
SLOT="0"
@@
-42,8
+43,6
@@
BDEPEND="dev-lang/perl
>=sys-devel/clang-6
)"
-S=${WORKDIR}/${MY_P}
-
# least intrusive of all
CMAKE_BUILD_TYPE=RelWithDebInfo