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 6A19E139082 for ; Tue, 28 Nov 2017 14:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74E90E0E33; Tue, 28 Nov 2017 14:04:02 +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 5463FE0E33 for ; Tue, 28 Nov 2017 14:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8C11433BF55 for ; Tue, 28 Nov 2017 14:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2425FAA87 for ; Tue, 28 Nov 2017 14:04:00 +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: <1511877835.5c5a376412006fc55f11591abd0732be72d0ca70.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild sys-libs/libcxxabi/libcxxabi-9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5c5a376412006fc55f11591abd0732be72d0ca70 X-VCS-Branch: master Date: Tue, 28 Nov 2017 14:04:00 +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: 5f2acac6-6308-4c34-a914-93e677edf9af X-Archives-Hash: f6531291ba278948b067303a597ed1d7 commit: 5c5a376412006fc55f11591abd0732be72d0ca70 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 28 14:02:51 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 28 14:03:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5a3764 sys-libs/libcxxabi: Include utils/libcxx in checkout to fix tests sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild | 2 +- sys-libs/libcxxabi/libcxxabi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild index 86fc77c979d..c6950c7dd0f 100644 --- a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild @@ -55,7 +55,7 @@ src_unpack() { git-r3_fetch git-r3_checkout https://llvm.org/git/libcxx.git \ - "${WORKDIR}"/libcxx '' include + "${WORKDIR}"/libcxx '' include utils/libcxx git-r3_checkout } diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild index 572eb0208fe..0aabd1e62b8 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -54,7 +54,7 @@ src_unpack() { git-r3_fetch git-r3_checkout https://llvm.org/git/libcxx.git \ - "${WORKDIR}"/libcxx '' include + "${WORKDIR}"/libcxx '' include utils/libcxx git-r3_checkout }