From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id ED56E1584AD for ; Mon, 21 Apr 2025 07:52:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DA5E23430C0 for ; Mon, 21 Apr 2025 07:52:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7FA021104BA; Mon, 21 Apr 2025 07:51:58 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 78D1C1104BA for ; Mon, 21 Apr 2025 07:51:58 +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 2F1C934305A for ; Mon, 21 Apr 2025 07:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A41240A for ; Mon, 21 Apr 2025 07:51:56 +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: <1745221801.79a52725b88e672b67df5326232f3a8f8315688d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-glib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild X-VCS-Directories: dev-ruby/ruby-glib2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79a52725b88e672b67df5326232f3a8f8315688d X-VCS-Branch: master Date: Mon, 21 Apr 2025 07:51:56 +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: 26d4d131-3a69-4bd9-abb2-d2c5be83b178 X-Archives-Hash: 76ff67be9c08b1eb5d3a5c40198381f8 commit: 79a52725b88e672b67df5326232f3a8f8315688d Author: Sam James gentoo org> AuthorDate: Mon Apr 21 07:50:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 07:50:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a52725 dev-ruby/ruby-glib2: Stabilize 4.2.4 x86, #954076 Signed-off-by: Sam James gentoo.org> dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild index bc8ca9712a48..7f7b4411d76c 100644 --- a/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild +++ b/dev-ruby/ruby-glib2/ruby-glib2-4.2.4.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby31 ruby32 ruby33" inherit ruby-ng-gnome2 DESCRIPTION="Ruby Glib2 bindings" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86" RDEPEND=">=dev-libs/glib-2" DEPEND=">=dev-libs/glib-2"