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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D66413933E for ; Wed, 21 Jul 2021 10:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A02E09F1; Wed, 21 Jul 2021 10:27:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3294FE09F1 for ; Wed, 21 Jul 2021 10:27:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4836B342BFF for ; Wed, 21 Jul 2021 10:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F63F84D for ; Wed, 21 Jul 2021 10:27:20 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626862837.bdfb4bcdb8a4bbcbdc8d96a7aaff63884551dba4.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ruby-ssl/ruby-ssl-11.ebuild X-VCS-Directories: virtual/ruby-ssl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: bdfb4bcdb8a4bbcbdc8d96a7aaff63884551dba4 X-VCS-Branch: master Date: Wed, 21 Jul 2021 10:27:20 +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: 07c342b2-003a-4074-956d-4b25d694958d X-Archives-Hash: 66be3cc86e12edce73cf3a075894d73f commit: bdfb4bcdb8a4bbcbdc8d96a7aaff63884551dba4 Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 21 10:11:32 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 21 10:20:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfb4bcd virtual/ruby-ssl: keyword 11 for ~riscv Signed-off-by: Marek Szuba gentoo.org> virtual/ruby-ssl/ruby-ssl-11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/ruby-ssl/ruby-ssl-11.ebuild b/virtual/ruby-ssl/ruby-ssl-11.ebuild index 07dc70675b1..7cb57d342a9 100644 --- a/virtual/ruby-ssl/ruby-ssl-11.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-11.ebuild @@ -8,7 +8,7 @@ inherit ruby-ng DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )