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 A02631382C5 for ; Tue, 16 Feb 2021 12:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E83BEE0967; Tue, 16 Feb 2021 12:32:19 +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 D09A9E0967 for ; Tue, 16 Feb 2021 12:32:19 +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 0054A3410C9 for ; Tue, 16 Feb 2021 12:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF87A495 for ; Tue, 16 Feb 2021 12:32:12 +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: <1613478730.c23a7571a8de1ba943fa2111ba621d3420b65557.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.0.9.ebuild X-VCS-Directories: dev-ruby/rubygems/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c23a7571a8de1ba943fa2111ba621d3420b65557 X-VCS-Branch: master Date: Tue, 16 Feb 2021 12:32:12 +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: de57ea42-792c-4ea5-a1ea-8dd82b7090c1 X-Archives-Hash: 61958c9540a1bb26400059e390df1ad6 commit: c23a7571a8de1ba943fa2111ba621d3420b65557 Author: Sam James gentoo org> AuthorDate: Tue Feb 16 12:32:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 16 12:32:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23a7571 dev-ruby/rubygems: Stabilize 3.0.9 sparc, #770823 Signed-off-by: Sam James gentoo.org> dev-ruby/rubygems/rubygems-3.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rubygems/rubygems-3.0.9.ebuild b/dev-ruby/rubygems/rubygems-3.0.9.ebuild index d43879d4e7b..da1c7465ef1 100644 --- a/dev-ruby/rubygems/rubygems-3.0.9.ebuild +++ b/dev-ruby/rubygems/rubygems-3.0.9.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 )"