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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFB25158042 for ; Wed, 23 Oct 2024 23:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB35E0918; Wed, 23 Oct 2024 23:24:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B161AE0918 for ; Wed, 23 Oct 2024 23:24:33 +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 C8F15340441 for ; Wed, 23 Oct 2024 23:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC46AE7 for ; Wed, 23 Oct 2024 23:24:31 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1729725859.2996ea8ece47de11e61c0542a39d8efc655666b9.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sys-filesystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sys-filesystem/sys-filesystem-1.5.0.ebuild X-VCS-Directories: dev-ruby/sys-filesystem/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2996ea8ece47de11e61c0542a39d8efc655666b9 X-VCS-Branch: master Date: Wed, 23 Oct 2024 23:24:31 +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: 6de319c9-419a-407a-8967-5fa1d6beb113 X-Archives-Hash: 55aa87bf94054f82bca33d3a56848757 commit: 2996ea8ece47de11e61c0542a39d8efc655666b9 Author: Jakov Smolić gentoo org> AuthorDate: Wed Oct 23 23:24:19 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Oct 23 23:24:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2996ea8e dev-ruby/sys-filesystem: Stabilize 1.5.0 amd64, #941054 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/sys-filesystem/sys-filesystem-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sys-filesystem/sys-filesystem-1.5.0.ebuild b/dev-ruby/sys-filesystem/sys-filesystem-1.5.0.ebuild index f6211191a652..82fb369cf820 100644 --- a/dev-ruby/sys-filesystem/sys-filesystem-1.5.0.ebuild +++ b/dev-ruby/sys-filesystem/sys-filesystem-1.5.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/djberg96/sys-filesystem" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"