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 3626E158086 for ; Wed, 17 Nov 2021 08:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF3E7E085A; Wed, 17 Nov 2021 08:19:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45B11E083E for ; Wed, 17 Nov 2021 08:19:47 +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 7C654342DDE for ; Wed, 17 Nov 2021 08:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6D51C8 for ; Wed, 17 Nov 2021 08:19:45 +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: <1637137150.4d68c70dc152d2de1c7f193323bf45caec04a0c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rubygems/rubygems-3.1.6.ebuild X-VCS-Directories: dev-ruby/rubygems/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d68c70dc152d2de1c7f193323bf45caec04a0c4 X-VCS-Branch: master Date: Wed, 17 Nov 2021 08:19:45 +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: 7dc4fb6b-ae0b-4636-b425-4c6a4c3c25c2 X-Archives-Hash: d6e98789135c4ee7311041cc71ff8a69 commit: 4d68c70dc152d2de1c7f193323bf45caec04a0c4 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Nov 16 20:32:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 17 08:19:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d68c70d dev-ruby/rubygems: stable 3.1.6 for hppa, bug #801289 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> dev-ruby/rubygems/rubygems-3.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rubygems/rubygems-3.1.6.ebuild b/dev-ruby/rubygems/rubygems-3.1.6.ebuild index fd64d2265196..2080e379d03b 100644 --- a/dev-ruby/rubygems/rubygems-3.1.6.ebuild +++ b/dev-ruby/rubygems/rubygems-3.1.6.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2 || ( Ruby MIT )" SRC_URI="https://rubygems.org/rubygems/${P}.tgz" -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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="server test" RESTRICT="!test? ( test )"