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 8C72D138334 for ; Sat, 7 Dec 2019 09:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C99E08F9; Sat, 7 Dec 2019 09:16:00 +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 1236AE08FA for ; Sat, 7 Dec 2019 09:16:00 +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 AEA9D34D87D for ; Sat, 7 Dec 2019 09:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D71986 for ; Sat, 7 Dec 2019 09:15:54 +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: <1575710146.c55890e35bcb25ed94f1dc6a122b02e865aa776e.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-10.0.0.9999.ebuild sys-devel/clang/clang-6.0.1.ebuild sys-devel/clang/clang-7.1.0.ebuild sys-devel/clang/clang-8.0.1.ebuild sys-devel/clang/clang-9.0.0.ebuild sys-devel/clang/clang-9.0.1.9999.ebuild 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: c55890e35bcb25ed94f1dc6a122b02e865aa776e X-VCS-Branch: master Date: Sat, 7 Dec 2019 09:15:54 +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: d7af2a93-71fa-4d0c-be16-d8f030787435 X-Archives-Hash: 2ae3977cfd319f3b5d3b8564d696fa27 commit: c55890e35bcb25ed94f1dc6a122b02e865aa776e Author: Michał Górny gentoo org> AuthorDate: Sat Dec 7 09:09:31 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 7 09:15:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55890e3 sys-devel/clang: Remove outdated blocker Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-10.0.0.9999.ebuild | 2 -- sys-devel/clang/clang-6.0.1.ebuild | 4 +--- sys-devel/clang/clang-7.1.0.ebuild | 2 -- sys-devel/clang/clang-8.0.1.ebuild | 2 -- sys-devel/clang/clang-9.0.0.ebuild | 2 -- sys-devel/clang/clang-9.0.1.9999.ebuild | 2 -- sys-devel/clang/clang-9.0.1_rc2.ebuild | 2 -- 7 files changed, 1 insertion(+), 15 deletions(-) diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild index 170076f5f1f..79caa445333 100644 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild @@ -44,11 +44,9 @@ RDEPEND=" xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) ${PYTHON_DEPS}" DEPEND="${RDEPEND}" -# configparser-3.2 breaks the build (3.3 or none at all are fine) BDEPEND=" doc? ( dev-python/sphinx ) xml? ( virtual/pkgconfig ) - !!