diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-21 10:33:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-21 11:15:40 +0200 |
commit | 64aef145a3b5f8f8ab48e4d20b078adf122d62a4 (patch) | |
tree | 8819d96a7c713474f12f90af373c3c279131bcaf /sys-libs | |
parent | sys-libs/libcxxabi: Reorder ebuild vars in 9+ (diff) | |
download | gentoo-64aef145a3b5f8f8ab48e4d20b078adf122d62a4.tar.gz gentoo-64aef145a3b5f8f8ab48e4d20b078adf122d62a4.tar.bz2 gentoo-64aef145a3b5f8f8ab48e4d20b078adf122d62a4.zip |
sys-libs/libomp: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-9.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/libomp/libomp-9.0.0.ebuild b/sys-libs/libomp/libomp-9.0.0.ebuild index 51f4a04cdbaa..66370efbadfe 100644 --- 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 |