From 64aef145a3b5f8f8ab48e4d20b078adf122d62a4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 21 Sep 2019 10:33:08 +0200 Subject: sys-libs/libomp: Reorder ebuild vars in 9+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-libs/libomp/libomp-9.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-libs') 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 -- cgit v1.2.3-65-gdbad