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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9076F15852A for ; Sun, 18 Aug 2024 09:52:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE586E29CB; Sun, 18 Aug 2024 09:52:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2BA3E29CB for ; Sun, 18 Aug 2024 09:52:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDB5F340DC8 for ; Sun, 18 Aug 2024 09:52:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E942F1ED6 for ; Sun, 18 Aug 2024 09:51:59 +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: <1723974711.95a622b64ea4eb0246ffda219991a98df142f656.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild X-VCS-Directories: dev-ruby/minitest-hooks/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 95a622b64ea4eb0246ffda219991a98df142f656 X-VCS-Branch: master Date: Sun, 18 Aug 2024 09:51:59 +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: 6babe29a-d5f9-48e1-856c-718dbe340d75 X-Archives-Hash: bcabbd3fba3f6d591c4bcef32dfc3c6e commit: 95a622b64ea4eb0246ffda219991a98df142f656 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 18 09:51:34 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 18 09:51:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a622b6 dev-ruby/minitest-hooks: keyword 1.5.2 for ~loong Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild index 5eabbe54b70a..ef6906c48d5a 100644 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/jeremyevans/minitest-hooks/archive/refs/tags/${PV}.t LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64" +KEYWORDS="~alpha ~amd64 ~loong" IUSE="test" ruby_add_rdepend ">=dev-ruby/minitest-5.3"