commit:     11598cfbd6dac36b258bce1c3a6a8b9eaadde05a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 09:02:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 09:14:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11598cfb

dev-util/lldb: Bump to 4.0.0rc1

 dev-util/lldb/{lldb-9999.ebuild => lldb-4.0.0_rc1.ebuild} | 7 +++++--
 dev-util/lldb/lldb-9999.ebuild                            | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-util/lldb/lldb-9999.ebuild 
b/dev-util/lldb/lldb-4.0.0_rc1.ebuild
similarity index 92%
copy from dev-util/lldb/lldb-9999.ebuild
copy to dev-util/lldb/lldb-4.0.0_rc1.ebuild
index 32e093b..700832c 100644
--- a/dev-util/lldb/lldb-9999.ebuild
+++ b/dev-util/lldb/lldb-4.0.0_rc1.ebuild
@@ -16,6 +16,8 @@ HOMEPAGE="http://llvm.org/";
 SRC_URI=""
 EGIT_REPO_URI="http://llvm.org/git/lldb.git
        https://github.com/llvm-mirror/lldb.git";
+EGIT_BRANCH="release_40"
+EGIT_COMMIT="fcd2aac9f179b968a20cf0231c3386dcef8a6659"
 
 LICENSE="UoI-NCSA"
 SLOT="0"
@@ -34,7 +36,7 @@ RDEPEND="
 # upstream: https://github.com/swig/swig/issues/769
 DEPEND="${RDEPEND}
        python? ( <dev-lang/swig-3.0.9 )
-       test? ( dev-python/lit[${PYTHON_USEDEP}] )
+       test? ( ~dev-python/lit-${PV}[${PYTHON_USEDEP}] )
        ${PYTHON_DEPS}"
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
@@ -46,7 +48,8 @@ src_unpack() {
        if use test; then
                # needed for patched gtest
                git-r3_fetch "http://llvm.org/git/llvm.git
-                       https://github.com/llvm-mirror/llvm.git";
+                       https://github.com/llvm-mirror/llvm.git"; \
+                       c329efbc3c94928fb826ed146897aada0459c983
        fi
        git-r3_fetch
 

diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
index 32e093b..6d1a954 100644
--- a/dev-util/lldb/lldb-9999.ebuild
+++ b/dev-util/lldb/lldb-9999.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
 # upstream: https://github.com/swig/swig/issues/769
 DEPEND="${RDEPEND}
        python? ( <dev-lang/swig-3.0.9 )
-       test? ( dev-python/lit[${PYTHON_USEDEP}] )
+       test? ( ~dev-python/lit-${PV}[${PYTHON_USEDEP}] )
        ${PYTHON_DEPS}"
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}

Reply via email to