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 A8F40158090 for ; Sun, 22 May 2022 07:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD675E09F3; Sun, 22 May 2022 07:45:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83529E09F3 for ; Sun, 22 May 2022 07:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9314234139C for ; Sun, 22 May 2022 07:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD27847E for ; Sun, 22 May 2022 07:45:38 +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: <1653205534.39e452d59988a66a2f301d624f2d342f85cd614c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/loofah/loofah-2.15.0.ebuild X-VCS-Directories: dev-ruby/loofah/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 39e452d59988a66a2f301d624f2d342f85cd614c X-VCS-Branch: master Date: Sun, 22 May 2022 07:45:38 +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: 998597cc-7475-4948-add8-27b7e64c6b57 X-Archives-Hash: 4ab1aa647dfa13387fff00610eea6761 commit: 39e452d59988a66a2f301d624f2d342f85cd614c Author: Hans de Graaff gentoo org> AuthorDate: Sun May 22 07:43:06 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 22 07:45:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e452d5 dev-ruby/loofah: stabilize 2.15.0 for amd64 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/loofah/loofah-2.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/loofah/loofah-2.15.0.ebuild b/dev-ruby/loofah/loofah-2.15.0.ebuild index b6b5f7557b56..777ea4c464b6 100644 --- a/dev-ruby/loofah/loofah-2.15.0.ebuild +++ b/dev-ruby/loofah/loofah-2.15.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" IUSE="" ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 >=dev-ruby/nokogiri-1.5.9"