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 C92A515807A for ; Sun, 6 Oct 2024 13:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2A8E29B8; Sun, 6 Oct 2024 13:30:33 +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 92A90E29B8 for ; Sun, 6 Oct 2024 13:30: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B32A9343137 for ; Sun, 6 Oct 2024 13:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1466726E4 for ; Sun, 6 Oct 2024 13:30:29 +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: <1728221387.c45a6ad589a46327990e7db8e8bc411783bef4d7.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/concurrent-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/concurrent-ruby/concurrent-ruby-1.3.4.ebuild X-VCS-Directories: dev-ruby/concurrent-ruby/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c45a6ad589a46327990e7db8e8bc411783bef4d7 X-VCS-Branch: master Date: Sun, 6 Oct 2024 13:30:29 +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: 4e514d20-bd28-41fc-be9f-96f350eace4c X-Archives-Hash: 737221da7db1821d82d6bf65b4f80595 commit: c45a6ad589a46327990e7db8e8bc411783bef4d7 Author: Jakov Smolić gentoo org> AuthorDate: Sun Oct 6 13:29:47 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Oct 6 13:29:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45a6ad5 dev-ruby/concurrent-ruby: Stabilize 1.3.4 amd64, #941013 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/concurrent-ruby/concurrent-ruby-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.3.4.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.3.4.ebuild index de5fbf562167..40c5e207b679 100644 --- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.3.4.ebuild +++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.3.4.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.9 )"