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 661B015806E for ; Mon, 29 May 2023 20:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A371FE08DC; Mon, 29 May 2023 20:01: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 5F311E08DB for ; Mon, 29 May 2023 20:01:42 +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 6FD073410E1 for ; Mon, 29 May 2023 20:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD765A67 for ; Mon, 29 May 2023 20:01:39 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685390482.2e6d9c978b105af0353524c1b89a3e2d1bb50550.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild X-VCS-Directories: app-eselect/eselect-ruby/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2e6d9c978b105af0353524c1b89a3e2d1bb50550 X-VCS-Branch: master Date: Mon, 29 May 2023 20:01:39 +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: 4274f19f-19a0-476e-9d02-75f8638f757c X-Archives-Hash: 8cda97a174b6dc6e2c39b11500fa26fa commit: 2e6d9c978b105af0353524c1b89a3e2d1bb50550 Author: Arthur Zamarin gentoo org> AuthorDate: Mon May 29 20:00:15 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon May 29 20:01:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6d9c97 app-eselect/eselect-ruby: Stabilize 20221225 amd64, #907377 Signed-off-by: Arthur Zamarin gentoo.org> app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild b/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild index 9b5418076afe..ade40baaec7a 100644 --- a/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild +++ b/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~graaff/ruby-team/ruby.eselect-${PVR}.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" RDEPEND=">=app-admin/eselect-1.0.2"