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 20E95139085 for ; Wed, 21 Dec 2016 21:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3312241E1; Wed, 21 Dec 2016 21:01:31 +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 6E9AC2241E1 for ; Wed, 21 Dec 2016 21:01:21 +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 AAA78341149 for ; Wed, 21 Dec 2016 21:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82B1524EB for ; Wed, 21 Dec 2016 21:01:17 +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: <1482354071.de9c65ee96138651daf131086d10660d83505ea9.mgorny@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.1.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: de9c65ee96138651daf131086d10660d83505ea9 X-VCS-Branch: master Date: Wed, 21 Dec 2016 21:01:17 +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: de09d325-b8a2-4aca-8370-58afa27113e6 X-Archives-Hash: 9a1e0259262508a5abaaa17537943763 commit: de9c65ee96138651daf131086d10660d83505ea9 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 21 16:16:08 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 21 21:01:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9c65ee sys-devel/clang-runtime: Bump to 3.9.1 sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild new file mode 100644 index 00000000..1ec51f0 --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="http://clang.llvm.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +IUSE="libcxx openmp" + +# compiler-rt is installed unconditionally +RDEPEND=" + libcxx? ( ~sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( ~sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"