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 D1AAF139082 for ; Tue, 28 Nov 2017 09:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 427D4E0EA2; Tue, 28 Nov 2017 09:15:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1ED18E0EA3 for ; Tue, 28 Nov 2017 09:15:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E8BD33FE60 for ; Tue, 28 Nov 2017 09:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 251EFAA52 for ; Tue, 28 Nov 2017 09:15:07 +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: <1511860458.2a97271647ba707648b9f06e9f82fa3178547219.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-5.0.9999.ebuild dev-util/lldb/lldb-9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a97271647ba707648b9f06e9f82fa3178547219 X-VCS-Branch: master Date: Tue, 28 Nov 2017 09:15:07 +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: c42ffad2-649d-46c5-95d5-43f5fe897d38 X-Archives-Hash: b6df2000f13945a89185b61ec5fc2045 commit: 2a97271647ba707648b9f06e9f82fa3178547219 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 18 07:58:06 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 28 09:14:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a972716 dev-util/lldb: Utilize partial checkout dev-util/lldb/lldb-5.0.9999.ebuild | 2 +- dev-util/lldb/lldb-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lldb/lldb-5.0.9999.ebuild b/dev-util/lldb/lldb-5.0.9999.ebuild index d1d0b573437..d6bf9c6540e 100644 --- a/dev-util/lldb/lldb-5.0.9999.ebuild +++ b/dev-util/lldb/lldb-5.0.9999.ebuild @@ -57,7 +57,7 @@ src_unpack() { if use test; then git-r3_checkout https://llvm.org/git/llvm.git \ - "${WORKDIR}"/llvm + "${WORKDIR}"/llvm '' lib/Testing/Support utils/unittest fi git-r3_checkout } diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 143975f66c9..8befa71e1b0 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -56,7 +56,7 @@ src_unpack() { if use test; then git-r3_checkout https://llvm.org/git/llvm.git \ - "${WORKDIR}"/llvm + "${WORKDIR}"/llvm '' lib/Testing/Support utils/unittest fi git-r3_checkout }