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/libcxx/
Date: Sat, 21 Sep 2019 09:16:01
Message-Id: 1569057338.0cc5129eff9fbb30b12c53ee50aca84f2a1749a3.mgorny@gentoo
1 commit: 0cc5129eff9fbb30b12c53ee50aca84f2a1749a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:33:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc5129e
7
8 sys-libs/libcxx: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxx/libcxx-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libcxx/libcxx-9.0.0.ebuild b/sys-libs/libcxx/libcxx-9.0.0.ebuild
16 index c259d0f32e0..d3f71fd8212 100644
17 --- a/sys-libs/libcxx/libcxx-9.0.0.ebuild
18 +++ b/sys-libs/libcxx/libcxx-9.0.0.ebuild
19 @@ -17,6 +17,7 @@ MY_P=${P}.src
20 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
21 HOMEPAGE="https://libcxx.llvm.org/"
22 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz"
23 +S=${WORKDIR}/${MY_P}
24
25 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
26 SLOT="0"
27 @@ -39,8 +40,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 DOCS=( CREDITS.TXT )
34
35 PATCHES=(