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 88EF2138334 for ; Sun, 8 Dec 2019 10:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C869E08FA; Sun, 8 Dec 2019 10:29:13 +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 44CAFE08FA for ; Sun, 8 Dec 2019 10:29:13 +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 593F234D86B for ; Sun, 8 Dec 2019 10:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FBD824 for ; Sun, 8 Dec 2019 10:29:10 +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: <1575800930.84426787761f0ef891d325717bc359cc3ca33a65.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-9.0.1_rc2.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 84426787761f0ef891d325717bc359cc3ca33a65 X-VCS-Branch: master Date: Sun, 8 Dec 2019 10:29: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11235b83-1396-421b-aefd-37e4c7dc8669 X-Archives-Hash: bee63fd789d921823f382eee60515adf commit: 84426787761f0ef891d325717bc359cc3ca33a65 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 8 10:28:50 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 8 10:28:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84426787 sys-devel/clang: Remove obsolete patch from 9.0.1_rc2 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-9.0.1_rc2.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys-devel/clang/clang-9.0.1_rc2.ebuild b/sys-devel/clang/clang-9.0.1_rc2.ebuild index 7d185de9fa8..2c6f2930387 100644 --- a/sys-devel/clang/clang-9.0.1_rc2.ebuild +++ b/sys-devel/clang/clang-9.0.1_rc2.ebuild @@ -58,12 +58,6 @@ PDEPEND=" # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( - # fix build with gcc-9.0.0 - # https://bugs.llvm.org/show_bug.cgi?id=40547 - "${FILESDIR}"/9.0.0/0002-Initialize-all-fields-in-ABIArgInfo.patch -) - # Multilib notes: # 1. ABI_* flags control ABIs libclang* is built for only. # 2. clang is always capable of compiling code for all ABIs for enabled