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-devel/lld/
Date: Sat, 21 Sep 2019 09:15:58
Message-Id: 1569057333.ddd66f4a3c34d2478b90a14f556ef0475fe1a3b4.mgorny@gentoo
1 commit: ddd66f4a3c34d2478b90a14f556ef0475fe1a3b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:32:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd66f4a
7
8 sys-devel/lld: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/lld/lld-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-devel/lld/lld-9.0.0.ebuild b/sys-devel/lld/lld-9.0.0.ebuild
16 index 9e1b27440e9..224aa164a91 100644
17 --- a/sys-devel/lld/lld-9.0.0.ebuild
18 +++ b/sys-devel/lld/lld-9.0.0.ebuild
19 @@ -17,6 +17,7 @@ DESCRIPTION="The LLVM linker (link editor)"
20 HOMEPAGE="https://llvm.org/"
21 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz
22 test? ( https://releases.llvm.org/${PV}/${LLVM_P}.tar.xz )"
23 +S=${WORKDIR}/${MY_P}
24
25 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
26 SLOT="0"
27 @@ -28,8 +29,6 @@ RDEPEND="~sys-devel/llvm-${PV}"
28 DEPEND="${RDEPEND}"
29 BDEPEND="test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
30
31 -S=${WORKDIR}/${MY_P}
32 -
33 # least intrusive of all
34 CMAKE_BUILD_TYPE=RelWithDebInfo