From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B2641138252 for ; Wed, 11 May 2016 16:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5867E0835; Wed, 11 May 2016 16:17:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25329E0835 for ; Wed, 11 May 2016 16:17:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 377A0340754 for ; Wed, 11 May 2016 16:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ABE0342 for ; Wed, 11 May 2016 16:17:02 +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: <1462584550.5bd7eb4ddad3ee94f14937251ea3a5ebf6c65c07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5bd7eb4ddad3ee94f14937251ea3a5ebf6c65c07 X-VCS-Branch: master Date: Wed, 11 May 2016 16:17:02 +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: 75b34a13-1269-467c-9b98-f48f30edabe0 X-Archives-Hash: c7fe6c5f4ff51e5f35f6828b2cb769ad commit: 5bd7eb4ddad3ee94f14937251ea3a5ebf6c65c07 Author: Nick Sarnie gmail com> AuthorDate: Sat May 7 01:26:06 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 7 01:29:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd7eb4d sys-devel/llvm: remove CppBackend from 9999 Removed from LLVM SVN in r268631 Signed-off-by: Nick Sarnie gmail.com> sys-devel/llvm/llvm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 80eef1b..0b8dddc 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -213,7 +213,7 @@ multilib_src_configure() { if use multitarget; then targets=all else - targets='host;BPF;CppBackend' + targets='host;BPF' use video_cards_radeon && targets+=';AMDGPU' fi