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/compiler-rt/
Date: Sat, 21 Sep 2019 09:16:04
Message-Id: 1569057337.66a176b51908323e82472fbb90cb0dd79c91bd13.mgorny@gentoo
1 commit: 66a176b51908323e82472fbb90cb0dd79c91bd13
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:33:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a176b5
7
8 sys-libs/compiler-rt: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
16 index 7513625c283..2f5058cb169 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
19 @@ -15,6 +15,7 @@ MY_P=${P}.src
20 DESCRIPTION="Compiler runtime library for clang (built-in part)"
21 HOMEPAGE="https://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="$(ver_cut 1-3)"
27 @@ -33,8 +34,6 @@ BDEPEND="
28 =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
29 ${PYTHON_DEPS}"
30
31 -S=${WORKDIR}/${MY_P}
32 -
33 # least intrusive of all
34 CMAKE_BUILD_TYPE=RelWithDebInfo