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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A432915800F for ; Mon, 23 Jan 2023 07:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E99EEE0826; Mon, 23 Jan 2023 07:25:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6998E0826 for ; Mon, 23 Jan 2023 07:25:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC016335D59 for ; Mon, 23 Jan 2023 07:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 621D685B for ; Mon, 23 Jan 2023 07:25:37 +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: <1674458516.b55a0ab6f285ed1d98ee0cb56323cf421f369e01.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-1.10.1.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b55a0ab6f285ed1d98ee0cb56323cf421f369e01 X-VCS-Branch: master Date: Mon, 23 Jan 2023 07:25:37 +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: a1230a46-5b60-4987-95f9-6341eaf76c2b X-Archives-Hash: 9faf5a5e6f50823fb6321a1ede0176d4 commit: b55a0ab6f285ed1d98ee0cb56323cf421f369e01 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jan 23 07:16:26 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jan 23 07:21:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55a0ab6 sys-devel/mold: keyword 1.10.1 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> sys-devel/mold/mold-1.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/mold/mold-1.10.1.ebuild b/sys-devel/mold/mold-1.10.1.ebuild index 8063ade34f39..ea88934048d6 100644 --- a/sys-devel/mold/mold-1.10.1.ebuild +++ b/sys-devel/mold/mold-1.10.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~riscv ~x86" + KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" fi # mold (AGPL-3)