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 8BEB7138335 for ; Thu, 7 Jun 2018 13:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CCCAE0B2E; Thu, 7 Jun 2018 13:03:54 +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 EA15FE0B21 for ; Thu, 7 Jun 2018 13:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65ECE335CAA for ; Thu, 7 Jun 2018 13:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A31222D5 for ; Thu, 7 Jun 2018 13:03:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1528376624.56c9587ff1812626c85266c8067bde9bd13a789d.zlogene@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-5.0.2.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 56c9587ff1812626c85266c8067bde9bd13a789d X-VCS-Branch: master Date: Thu, 7 Jun 2018 13:03:49 +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: 55bfea68-b895-48e6-b5a0-20d7c1fc8aa6 X-Archives-Hash: e3afdaca9d3df06ce43ba059603901e2 commit: 56c9587ff1812626c85266c8067bde9bd13a789d Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 7 13:02:51 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 7 13:03:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c9587f sys-libs/llvm-libunwind: amd64 stable wrt bug #657516 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild index ddf5037d45b..46dcf6b21a5 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.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"