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 8845C158013 for ; Tue, 5 Dec 2023 18:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9AA2BC03A; Tue, 5 Dec 2023 18:25:49 +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 8EFBF2BC039 for ; Tue, 5 Dec 2023 18:25:49 +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 A6D1033D9AD for ; Tue, 5 Dec 2023 18:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05131333 for ; Tue, 5 Dec 2023 18:25:45 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1701799087.f5e7b4692c4f59922a5d3be2e532402bdb7ef40d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tzinfo/tzinfo-2.0.6.ebuild X-VCS-Directories: dev-ruby/tzinfo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f5e7b4692c4f59922a5d3be2e532402bdb7ef40d X-VCS-Branch: master Date: Tue, 5 Dec 2023 18:25:45 +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: 4c3f8087-255e-4a76-85d8-d76bd23983f5 X-Archives-Hash: 9cd5fbd060f8b64be3f1fb13384a0d96 commit: f5e7b4692c4f59922a5d3be2e532402bdb7ef40d Author: Matoro Mahri matoro tk> AuthorDate: Tue Dec 5 17:48:38 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Dec 5 17:58:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e7b469 dev-ruby/tzinfo: Keyword 2.0.6 alpha, #917059 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild index 6e2d5a9b6fa3..9c78b15dae64 100644 --- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild +++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" RDEPEND="sys-libs/timezone-data"