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 6A33F15ACFB for ; Tue, 11 Apr 2023 17:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14338E0963; Tue, 11 Apr 2023 17:52:33 +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 pigeon.gentoo.org (Postfix) with ESMTPS id C1405E0961 for ; Tue, 11 Apr 2023 17:52:32 +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 CD590340D7D for ; Tue, 11 Apr 2023 17:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18F17A4A for ; Tue, 11 Apr 2023 17:52:28 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1681235534.7e6c51cfc9b3089cb836a6173c917e17e65d5e07.jsmolic@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.1.1-r1.ebuild X-VCS-Directories: dev-ruby/haml/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 7e6c51cfc9b3089cb836a6173c917e17e65d5e07 X-VCS-Branch: master Date: Tue, 11 Apr 2023 17:52: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: ccfbdf5a-f2d2-4eb0-9f75-1a49a298043d X-Archives-Hash: 788c80fdf406f0395a0dc7e56259c201 commit: 7e6c51cfc9b3089cb836a6173c917e17e65d5e07 Author: Jakov Smolić gentoo org> AuthorDate: Tue Apr 11 17:52:14 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Apr 11 17:52:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6c51cf dev-ruby/haml: Keyword 6.1.1-r1 riscv, #761550 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/haml/haml-6.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/haml/haml-6.1.1-r1.ebuild b/dev-ruby/haml/haml-6.1.1-r1.ebuild index f4aa3d7f5707..46ed8d971ae6 100644 --- a/dev-ruby/haml/haml-6.1.1-r1.ebuild +++ b/dev-ruby/haml/haml-6.1.1-r1.ebuild @@ -21,7 +21,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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test"