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 DAE73138334 for ; Tue, 2 Oct 2018 08:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A155BE0B8B; Tue, 2 Oct 2018 08:35:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74640E0B8B for ; Tue, 2 Oct 2018 08:35:39 +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 80EC6335CB5 for ; Tue, 2 Oct 2018 08:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2DAC3AB for ; Tue, 2 Oct 2018 08:35:35 +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: <1538469322.f0f54dde4fa1ccfa6468d4a4c99f989c05fa6afc.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-6.0.1.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f0f54dde4fa1ccfa6468d4a4c99f989c05fa6afc X-VCS-Branch: master Date: Tue, 2 Oct 2018 08:35:35 +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: 865e59d9-2398-43aa-b116-6d8676fdcfa7 X-Archives-Hash: 1b2a57925db1f1a30c417da4cd92ca29 commit: f0f54dde4fa1ccfa6468d4a4c99f989c05fa6afc Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 2 08:35:22 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 2 08:35:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f54dde sys-devel/lld: amd64 stable wrt bug #667168 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-devel/lld/lld-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-6.0.1.ebuild b/sys-devel/lld/lld-6.0.1.ebuild index 62faa28cf42..0117f71487d 100644 --- a/sys-devel/lld/lld-6.0.1.ebuild +++ b/sys-devel/lld/lld-6.0.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd" IUSE="test" RESTRICT="!test? ( test )"