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 69557158287 for ; Sun, 18 May 2025 08:56:23 +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 540FD343244 for ; Sun, 18 May 2025 08:56:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 238D4110480; Sun, 18 May 2025 08:56:15 +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 19CFB110480 for ; Sun, 18 May 2025 08:56:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2C30343244 for ; Sun, 18 May 2025 08:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D1142741 for ; Sun, 18 May 2025 08:56:13 +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: <1747558513.7cf0dfcc8970478c8087777b84814d1307a8fe1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/haml/haml-6.3.0.ebuild X-VCS-Directories: dev-ruby/haml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7cf0dfcc8970478c8087777b84814d1307a8fe1c X-VCS-Branch: master Date: Sun, 18 May 2025 08:56:13 +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: b5f62fd3-3ab1-4555-9092-b871ddb46d8f X-Archives-Hash: 447118d184b25e8b289588b67b45e9be commit: 7cf0dfcc8970478c8087777b84814d1307a8fe1c Author: Sam James gentoo org> AuthorDate: Sun May 18 08:55:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 18 08:55:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf0dfcc dev-ruby/haml: Stabilize 6.3.0 ppc64, #941667 Signed-off-by: Sam James gentoo.org> dev-ruby/haml/haml-6.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/haml/haml-6.3.0.ebuild b/dev-ruby/haml/haml-6.3.0.ebuild index 9ee9c73c086e..c4fa24178d71 100644 --- a/dev-ruby/haml/haml-6.3.0.ebuild +++ b/dev-ruby/haml/haml-6.3.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test"