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 0ED96138330 for ; Tue, 11 Oct 2016 14:55:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4599FE0C99; Tue, 11 Oct 2016 14:55:37 +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 2DAFCE0C99 for ; Tue, 11 Oct 2016 14:55:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9253C3411FB for ; Tue, 11 Oct 2016 14:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D20B2F2 for ; Tue, 11 Oct 2016 14:55:33 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1476197708.bd71dc40e17160c639e6f4432e6da7d068610f0a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bd71dc40e17160c639e6f4432e6da7d068610f0a X-VCS-Branch: master Date: Tue, 11 Oct 2016 14:55:33 +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: 52b31319-4945-48de-90ba-e889069dc1f7 X-Archives-Hash: 5c53d85b1b93b296aaed73fb912f7d2f commit: bd71dc40e17160c639e6f4432e6da7d068610f0a Author: Yuta Satoh gmail com> AuthorDate: Fri Oct 7 12:31:31 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 11 14:55:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd71dc40 sys-devel/clang-runtime: add ~amd64-fbsd, ~x86-fbsd KEYWORDS sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild index 0388e2c..29c4a2d 100644 --- a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="libcxx openmp" # compiler-rt is installed unconditionally