diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-21 10:33:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-21 11:15:41 +0200 |
commit | c286d2971e30234d7275ea1e2c11351026e37083 (patch) | |
tree | f1723623a4fed3ca1e102778d57f5d48d04132f5 /sys-libs | |
parent | sys-libs/libomp: Reorder ebuild vars in 9+ (diff) | |
download | gentoo-c286d2971e30234d7275ea1e2c11351026e37083.tar.gz gentoo-c286d2971e30234d7275ea1e2c11351026e37083.tar.bz2 gentoo-c286d2971e30234d7275ea1e2c11351026e37083.zip |
sys-libs/llvm-libunwind: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild index be1a21ae8d23..ba254599999a 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild @@ -19,6 +19,7 @@ SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz test? ( https://releases.llvm.org/${PV}/${LIBCXX_P}.tar.xz https://releases.llvm.org/${PV}/${LIBCXXABI_P}.tar.xz )" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" @@ -34,8 +35,6 @@ BDEPEND=" test? ( >=sys-devel/clang-3.9.0 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )" -S=${WORKDIR}/${MY_P} - # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo |