Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/
Date: Sat, 21 Sep 2019 09:16:02
Message-Id: 1569057339.df993959e602ef5a275629faedda21c6f546def8.mgorny@gentoo
1 commit: df993959e602ef5a275629faedda21c6f546def8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:33:07 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df993959
7
8 sys-libs/libcxxabi: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxxabi/libcxxabi-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libcxxabi/libcxxabi-9.0.0.ebuild b/sys-libs/libcxxabi/libcxxabi-9.0.0.ebuild
16 index 21dd1c6ca79..ba72310b7a3 100644
17 --- a/sys-libs/libcxxabi/libcxxabi-9.0.0.ebuild
18 +++ b/sys-libs/libcxxabi/libcxxabi-9.0.0.ebuild
19 @@ -17,6 +17,7 @@ DESCRIPTION="Low level support for a standard C++ library"
20 HOMEPAGE="https://libcxxabi.llvm.org/"
21 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz
22 https://releases.llvm.org/${PV}/${LIBCXX_P}.tar.xz"
23 +S=${WORKDIR}/${MY_P}
24
25 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
26 SLOT="0"
27 @@ -38,8 +39,6 @@ BDEPEND="
28 test? ( >=sys-devel/clang-3.9.0
29 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
30
31 -S=${WORKDIR}/${MY_P}
32 -
33 # least intrusive of all
34 CMAKE_BUILD_TYPE=RelWithDebInfo