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 DE2EC139694 for ; Sat, 25 Feb 2017 07:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA77E0CBF; Sat, 25 Feb 2017 07:54:09 +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 0B032E0CBF for ; Sat, 25 Feb 2017 07:54:09 +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 35CA534112A for ; Sat, 25 Feb 2017 07:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 268C453E1 for ; Sat, 25 Feb 2017 07:54:04 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1488009143.065675442137e2fd0a6b613690b1c79a77b10748.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 065675442137e2fd0a6b613690b1c79a77b10748 X-VCS-Branch: master Date: Sat, 25 Feb 2017 07:54:04 +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: 2a7f8c1a-27ee-40a7-be95-a84168205648 X-Archives-Hash: b11019cd667e1d4df35aaacfa612560a commit: 065675442137e2fd0a6b613690b1c79a77b10748 Author: Markus Meier gentoo org> AuthorDate: Sat Feb 25 07:52:23 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Feb 25 07:52:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06567544 sys-libs/libcxxabi: add ~arm64, bug #591822 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild index b5eb9483df..689c203a21 100644 --- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz http://llvm.org/releases/${PV}/${P/abi/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="elibc_musl libunwind +static-libs test" RDEPEND="