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 D448E158042 for ; Sun, 6 Oct 2024 11:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CBD8E29AB; Sun, 6 Oct 2024 11:35:44 +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 11CD2E29AB for ; Sun, 6 Oct 2024 11:35:44 +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 30D9E342FE1 for ; Sun, 6 Oct 2024 11:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A8021C8 for ; Sun, 6 Oct 2024 11:35:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728214458.6ae8fdfea3a08ffd6347a482bc1f5c7ee931bc10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/git/git-2.3.0.ebuild X-VCS-Directories: dev-ruby/git/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ae8fdfea3a08ffd6347a482bc1f5c7ee931bc10 X-VCS-Branch: master Date: Sun, 6 Oct 2024 11:35:40 +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: d11fb292-a868-408a-92b3-4bea30c2e0b1 X-Archives-Hash: 10648d2e67cf456fa9257de7bece23b4 commit: 6ae8fdfea3a08ffd6347a482bc1f5c7ee931bc10 Author: Sam James gentoo org> AuthorDate: Sun Oct 6 11:29:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 6 11:34:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae8fdfe dev-ruby/git: Stabilize 2.3.0 amd64, #941046 Signed-off-by: Sam James gentoo.org> dev-ruby/git/git-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/git/git-2.3.0.ebuild b/dev-ruby/git/git-2.3.0.ebuild index ddb8abb8b33d..4c9001631460 100644 --- a/dev-ruby/git/git-2.3.0.ebuild +++ b/dev-ruby/git/git-2.3.0.ebuild @@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="amd64 ~ppc ~ppc64" IUSE="test" DEPEND="test? ( >=dev-vcs/git-1.6.0.0 net-misc/openssh app-arch/tar )"