From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id E7DA9158B20 for ; Fri, 07 Feb 2025 17:50:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3917342F9D for ; Fri, 07 Feb 2025 17:50:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 11649110477; Fri, 07 Feb 2025 17:50:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 002C9110477 for ; Fri, 07 Feb 2025 17:50:31 +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 AA918343074 for ; Fri, 07 Feb 2025 17:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9898226CE for ; Fri, 07 Feb 2025 17:50:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1738950579.92633d85fc283cebc08980c53d58e42ba59c2199.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/llama/llama-0.6.0.ebuild X-VCS-Directories: app-emacs/llama/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 92633d85fc283cebc08980c53d58e42ba59c2199 X-VCS-Branch: master Date: Fri, 07 Feb 2025 17:50:28 +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: 907be41f-c9b1-465d-bc1a-c2bdb83eb177 X-Archives-Hash: 10047c86f8a574e76d86ae3adfbf8874 commit: 92633d85fc283cebc08980c53d58e42ba59c2199 Author: Sam James gentoo org> AuthorDate: Fri Feb 7 17:49:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 7 17:49:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92633d85 app-emacs/llama: Keyword 0.6.0 ppc64, #949379 Signed-off-by: Sam James gentoo.org> app-emacs/llama/llama-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/llama/llama-0.6.0.ebuild b/app-emacs/llama/llama-0.6.0.ebuild index 23ce42cb7fac..1836a0f08da1 100644 --- a/app-emacs/llama/llama-0.6.0.ebuild +++ b/app-emacs/llama/llama-0.6.0.ebuild @@ -16,7 +16,7 @@ else SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi LICENSE="GPL-3+"