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 9D838139083 for ; Thu, 14 Dec 2017 22:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5DD2E1000; Thu, 14 Dec 2017 22:31:41 +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 92A83E0FF1 for ; Thu, 14 Dec 2017 22:31:41 +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 BE2EF33BF01 for ; Thu, 14 Dec 2017 22:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0A8AE75 for ; Thu, 14 Dec 2017 22:31:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1513290624.104b54839da30f85173d07edd8d779018cdb56db.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-4.0.1.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 104b54839da30f85173d07edd8d779018cdb56db X-VCS-Branch: master Date: Thu, 14 Dec 2017 22:31:39 +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: 99563254-c58b-4cc5-bf98-a8d4d9e2c233 X-Archives-Hash: 0b90d26df878d64565f3ddec80380774 commit: 104b54839da30f85173d07edd8d779018cdb56db Author: Matt Turner gentoo org> AuthorDate: Thu Dec 14 22:30:24 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 14 22:30:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104b5483 sys-devel/llvm-common-4.0.1: amd64 stable, bug 637210 sys-devel/llvm-common/llvm-common-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild index 35beab5ccb3..b9a22cb412f 100644 --- a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild +++ b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="!sys-devel/llvm:0"