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 83E29158090 for ; Fri, 6 May 2022 08:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C142CE08A0; Fri, 6 May 2022 08:38:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A90FBE08A0 for ; Fri, 6 May 2022 08:38:13 +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 3FF9A341726 for ; Fri, 6 May 2022 08:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BB5453 for ; Fri, 6 May 2022 08:38:09 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1651826285.523d17836f09b1a69984e98209e08fe1974f9860.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/erubi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/erubi/erubi-1.10.0-r1.ebuild X-VCS-Directories: dev-ruby/erubi/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 523d17836f09b1a69984e98209e08fe1974f9860 X-VCS-Branch: master Date: Fri, 6 May 2022 08:38:09 +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: 7e5e8e7e-5e9f-4258-88cd-84780b29b7a5 X-Archives-Hash: ec5fa0c7edda60580fd1d80f3668d3d4 commit: 523d17836f09b1a69984e98209e08fe1974f9860 Author: Hans de Graaff gentoo org> AuthorDate: Fri May 6 08:35:27 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri May 6 08:38:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523d1783 dev-ruby/erubi: stabilize 1.10.0-r1 for amd64 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/erubi/erubi-1.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/erubi/erubi-1.10.0-r1.ebuild b/dev-ruby/erubi/erubi-1.10.0-r1.ebuild index 208e5635f144..b810571cdebe 100644 --- a/dev-ruby/erubi/erubi-1.10.0-r1.ebuild +++ b/dev-ruby/erubi/erubi-1.10.0-r1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/jeremyevans/erubi/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/minitest-global_expectations )"