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 52726158020 for ; Sat, 3 Dec 2022 13:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 167672BC120; Sat, 3 Dec 2022 13:24:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3702E0D55 for ; Sat, 3 Dec 2022 13:24:29 +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 F13C5341463 for ; Sat, 3 Dec 2022 13:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E043773 for ; Sat, 3 Dec 2022 13:24:27 +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: <1670073767.ca5f026d1c01c995063cdcea3a60050e1a1800b2.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionmailer/actionmailer-6.1.7.ebuild X-VCS-Directories: dev-ruby/actionmailer/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ca5f026d1c01c995063cdcea3a60050e1a1800b2 X-VCS-Branch: master Date: Sat, 3 Dec 2022 13:24:27 +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: c9e2fd12-9926-4262-89e6-bb8cbb1f9ad1 X-Archives-Hash: fd333d8ce47157c1c5dd222efa7b6595 commit: ca5f026d1c01c995063cdcea3a60050e1a1800b2 Author: Yu Gu gmail com> AuthorDate: Sat Dec 3 13:20:05 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 3 13:22:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5f026d dev-ruby/actionmailer: Keyword 6.1.7 riscv, #878485 Signed-off-by: Yu Gu gmail.com> Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/actionmailer/actionmailer-6.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actionmailer/actionmailer-6.1.7.ebuild b/dev-ruby/actionmailer/actionmailer-6.1.7.ebuild index 75e140c93988..93d7d8ab95cd 100644 --- a/dev-ruby/actionmailer/actionmailer-6.1.7.ebuild +++ b/dev-ruby/actionmailer/actionmailer-6.1.7.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}"