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 C19881382C5 for ; Thu, 4 Jun 2020 04:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C60BAE09B0; Thu, 4 Jun 2020 04:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B052BE09B0 for ; Thu, 4 Jun 2020 04:20:33 +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 6577034F12D for ; Thu, 4 Jun 2020 04:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA331DA for ; Thu, 4 Jun 2020 04:20:30 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591244212.df4bdf3e44b8d912f2d60559ead5b558c7f530ac.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-10.ebuild sys-devel/llvmgold/llvmgold-8.ebuild sys-devel/llvmgold/llvmgold-9.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: df4bdf3e44b8d912f2d60559ead5b558c7f530ac X-VCS-Branch: master Date: Thu, 4 Jun 2020 04:20:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e80da9e-62bd-40ec-bd66-59a5f4aaab76 X-Archives-Hash: 5a1c8f80a5b03eb6caefde5ac3615436 commit: df4bdf3e44b8d912f2d60559ead5b558c7f530ac Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jun 4 04:06:32 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jun 4 04:16:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4bdf3e sys-devel/llvmgold: add ~ppc64 keyword Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> sys-devel/llvmgold/llvmgold-10.ebuild | 2 +- sys-devel/llvmgold/llvmgold-8.ebuild | 4 ++-- sys-devel/llvmgold/llvmgold-9.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/llvmgold/llvmgold-10.ebuild b/sys-devel/llvmgold/llvmgold-10.ebuild index 270c2c5f072..21a246428c6 100644 --- a/sys-devel/llvmgold/llvmgold-10.ebuild +++ b/sys-devel/llvmgold/llvmgold-10.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux" IUSE="" RDEPEND="sys-devel/llvm:${PV}[gold] diff --git a/sys-devel/llvmgold/llvmgold-8.ebuild b/sys-devel/llvmgold/llvmgold-8.ebuild index 1bc0a0fee02..8955b7ecea5 100644 --- a/sys-devel/llvmgold/llvmgold-8.ebuild +++ b/sys-devel/llvmgold/llvmgold-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux" +KEYWORDS="amd64 arm arm64 ~ppc64 x86 ~amd64-linux" IUSE="" RDEPEND="sys-devel/llvm:${PV}[gold] diff --git a/sys-devel/llvmgold/llvmgold-9.ebuild b/sys-devel/llvmgold/llvmgold-9.ebuild index 5ee96cc29e0..6fd72ddfae5 100644 --- a/sys-devel/llvmgold/llvmgold-9.ebuild +++ b/sys-devel/llvmgold/llvmgold-9.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux" +KEYWORDS="amd64 arm arm64 ~ppc64 x86 ~amd64-linux" IUSE="" RDEPEND="sys-devel/llvm:${PV}[gold]