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 850C21396D9 for ; Sun, 19 Nov 2017 19:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B701E0EE4; Sun, 19 Nov 2017 19:14:57 +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 6C350E0EE4 for ; Sun, 19 Nov 2017 19:14:57 +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 80A0E340988 for ; Sun, 19 Nov 2017 19:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB75A090 for ; Sun, 19 Nov 2017 19:14:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1511118868.15b733fe3b760b3d8fbf45a491cf112a64490883.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 15b733fe3b760b3d8fbf45a491cf112a64490883 X-VCS-Branch: master Date: Sun, 19 Nov 2017 19:14:51 +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: 3d0185c1-c0d1-4074-a5de-d99d05b39874 X-Archives-Hash: b80678598ca5cf1b1bfe245323b317f1 commit: 15b733fe3b760b3d8fbf45a491cf112a64490883 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Nov 19 19:02:51 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 19 19:14:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b733fe sys-libs/llvm-libunwind: x86 stable (bug #637210) Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild index a85458427d1..416847799c2 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="debug +static-libs" RDEPEND="!sys-libs/libunwind"