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 24EB41382C5 for ; Tue, 20 Feb 2018 17:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 545A2E096A; Tue, 20 Feb 2018 17:14:15 +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 3396BE096A for ; Tue, 20 Feb 2018 17:14:14 +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 BD597335C05 for ; Tue, 20 Feb 2018 17:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587E2211 for ; Tue, 20 Feb 2018 17:14:10 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1519146838.4e1d81037b0d3417a75b1d954b4fb579c1a485ac.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 4e1d81037b0d3417a75b1d954b4fb579c1a485ac X-VCS-Branch: master Date: Tue, 20 Feb 2018 17:14:10 +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: f37c1fd9-c844-4f00-a4ac-a66ffa747205 X-Archives-Hash: 6c63fbe8f71d0556df19d20c5353606d commit: 4e1d81037b0d3417a75b1d954b4fb579c1a485ac Author: Brian Evans gentoo org> AuthorDate: Tue Feb 20 17:13:58 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 20 17:13:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1d8103 sys-libs/llvm-libunwind: Fix syntax error for 9999 Fixes: 14f34132fedfa241528b7699d19bebe3c98ded63 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index 2ac7db3bbf7..02cd558be9a 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild @@ -42,7 +42,7 @@ pkg_setup() { src_unpack() { # we need headers & test utilities - if use test + if use test; then git-r3_fetch "https://git.llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" fi