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 AD5371396DC for ; Fri, 8 Sep 2017 17:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03BC91FC0A8; Fri, 8 Sep 2017 17:30:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D40CF1FC0A2 for ; Fri, 8 Sep 2017 17:30:54 +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 B5CE634168E for ; Fri, 8 Sep 2017 17:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C91399036 for ; Fri, 8 Sep 2017 17:30:49 +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: <1504891839.876db046b5e5aaef6b99292b0a7cba2db100bbd5.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: 876db046b5e5aaef6b99292b0a7cba2db100bbd5 X-VCS-Branch: master Date: Fri, 8 Sep 2017 17:30:49 +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: 5eef84b8-e459-4a9d-b3ed-8904ee8c1bdc X-Archives-Hash: df5b0550d40b300764da32bba4604329 commit: 876db046b5e5aaef6b99292b0a7cba2db100bbd5 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 8 17:27:16 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 8 17:30:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876db046 sys-libs/libcxxabi: Remove unneeded LIBCXXABI_LIBUNWIND_SOURCES sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild | 3 --- sys-libs/libcxxabi/libcxxabi-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild index 8a83444b8e8..1f5409df9c9 100644 --- a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild @@ -72,9 +72,6 @@ multilib_src_configure() { # upstream is omitting standard search path for this # probably because gcc & clang are bundling their own unwind.h -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include - # this only needs to exist, it does not have to make sense - # FIXME: remove this once https://reviews.llvm.org/D25314 is merged - -DLIBCXXABI_LIBUNWIND_SOURCES="${T}" ) if use test; then mycmakeargs+=( diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild index c54960094e9..e4373706359 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -71,9 +71,6 @@ multilib_src_configure() { # upstream is omitting standard search path for this # probably because gcc & clang are bundling their own unwind.h -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include - # this only needs to exist, it does not have to make sense - # FIXME: remove this once https://reviews.llvm.org/D25314 is merged - -DLIBCXXABI_LIBUNWIND_SOURCES="${T}" ) if use test; then mycmakeargs+=(