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: dev-util/lldb/
Date: Sat, 21 Sep 2019 09:15:57
Message-Id: 1569057329.a75da3c9b4308efe32745947ac4137d34a67ff89.mgorny@gentoo
1 commit: a75da3c9b4308efe32745947ac4137d34a67ff89
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:32:49 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75da3c9
7
8 dev-util/lldb: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/lldb/lldb-10.0.0.9999.ebuild | 3 +--
13 dev-util/lldb/lldb-9.0.0.9999.ebuild | 3 +--
14 dev-util/lldb/lldb-9.0.0.ebuild | 6 ++----
15 3 files changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild
18 index 3c4c3274330..43495df7f2f 100644
19 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild
20 +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild
21 @@ -21,6 +21,7 @@ LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
22 SLOT="0"
23 KEYWORDS=""
24 IUSE="libedit ncurses +python test"
25 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
26 RESTRICT="!test? ( test )"
27
28 RDEPEND="
29 @@ -39,8 +40,6 @@ BDEPEND="
30 sys-devel/lld )
31 ${PYTHON_DEPS}"
32
33 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
34 -
35 # least intrusive of all
36 CMAKE_BUILD_TYPE=RelWithDebInfo
37
38
39 diff --git a/dev-util/lldb/lldb-9.0.0.9999.ebuild b/dev-util/lldb/lldb-9.0.0.9999.ebuild
40 index a995fd97bd3..9389776f49b 100644
41 --- a/dev-util/lldb/lldb-9.0.0.9999.ebuild
42 +++ b/dev-util/lldb/lldb-9.0.0.9999.ebuild
43 @@ -22,6 +22,7 @@ LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
44 SLOT="0"
45 KEYWORDS=""
46 IUSE="libedit ncurses +python test"
47 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
48 RESTRICT="!test? ( test )"
49
50 RDEPEND="
51 @@ -40,8 +41,6 @@ BDEPEND="
52 sys-devel/lld )
53 ${PYTHON_DEPS}"
54
55 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
56 -
57 # least intrusive of all
58 CMAKE_BUILD_TYPE=RelWithDebInfo
59
60
61 diff --git a/dev-util/lldb/lldb-9.0.0.ebuild b/dev-util/lldb/lldb-9.0.0.ebuild
62 index 2657b0d4abf..ea3daede41b 100644
63 --- a/dev-util/lldb/lldb-9.0.0.ebuild
64 +++ b/dev-util/lldb/lldb-9.0.0.ebuild
65 @@ -18,11 +18,13 @@ DESCRIPTION="The LLVM debugger"
66 HOMEPAGE="https://llvm.org/"
67 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz
68 test? ( https://releases.llvm.org/${PV}/${LLVM_P}.tar.xz )"
69 +S=${WORKDIR}/${MY_P}
70
71 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
72 SLOT="0"
73 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
74 IUSE="libedit ncurses +python test"
75 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
76 RESTRICT="!test? ( test )"
77
78 RDEPEND="
79 @@ -41,10 +43,6 @@ BDEPEND="
80 sys-devel/lld )
81 ${PYTHON_DEPS}"
82
83 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
84 -
85 -S=${WORKDIR}/${MY_P}
86 -
87 # least intrusive of all
88 CMAKE_BUILD_TYPE=RelWithDebInfo