From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3710C139086 for ; Thu, 19 Jan 2017 09:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5511FE0D16; Thu, 19 Jan 2017 09:14:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32D71E0D16 for ; Thu, 19 Jan 2017 09:14:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4B1A3413AA for ; Thu, 19 Jan 2017 09:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF38B28E8 for ; Thu, 19 Jan 2017 09:14:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1484817241.bc05fc1a2a68b8506d26abd37fccfbdc9910a120.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-4.0.0_rc1.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc05fc1a2a68b8506d26abd37fccfbdc9910a120 X-VCS-Branch: master Date: Thu, 19 Jan 2017 09:14:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2fd7050d-0d55-477c-8113-43033f9847ea X-Archives-Hash: 2431b389a82c8878cb680d9cb6816fff commit: bc05fc1a2a68b8506d26abd37fccfbdc9910a120 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 18 20:10:58 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 19 09:14:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc05fc1a sys-devel/llvm: Git snapshot of 4.0.0rc1 sys-devel/llvm/{llvm-9999.ebuild => llvm-4.0.0_rc1.ebuild} | 4 +++- sys-devel/llvm/llvm-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild similarity index 97% copy from sys-devel/llvm/llvm-9999.ebuild copy to sys-devel/llvm/llvm-4.0.0_rc1.ebuild index 93b2409..bbd935a 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild @@ -17,6 +17,8 @@ HOMEPAGE="http://llvm.org/" SRC_URI="" EGIT_REPO_URI="http://llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" +EGIT_BRANCH="release_40" +EGIT_COMMIT="c329efbc3c94928fb826ed146897aada0459c983" # Keep in sync with CMakeLists.txt ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 @@ -55,7 +57,7 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) gold? ( sys-libs/binutils-libs ) libffi? ( virtual/pkgconfig ) - test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) + test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) !!