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 4279B15806E for ; Thu, 1 Jun 2023 05:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79EDDE0871; Thu, 1 Jun 2023 05:58:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 56F7BE0871 for ; Thu, 1 Jun 2023 05:58:03 +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 7F8BA341259 for ; Thu, 1 Jun 2023 05:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18078990 for ; Thu, 1 Jun 2023 05:58:01 +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: <1685599069.5ea8e6c831e9c33576b5c1377de7f38717222bda.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.1.2.ebuild X-VCS-Directories: dev-ruby/ruby-glib2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ea8e6c831e9c33576b5c1377de7f38717222bda X-VCS-Branch: master Date: Thu, 1 Jun 2023 05:58:01 +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: 6015fd2b-6988-40f7-816a-beff7686a147 X-Archives-Hash: 13c008abdfff7bf19c3f99be63d1719f commit: 5ea8e6c831e9c33576b5c1377de7f38717222bda Author: Sam James gentoo org> AuthorDate: Thu Jun 1 05:57:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 05:57:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea8e6c8 dev-ruby/ruby-glib2: Stabilize 4.1.2 x86, #907529 Signed-off-by: Sam James gentoo.org> dev-ruby/ruby-glib2/ruby-glib2-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-glib2/ruby-glib2-4.1.2.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-4.1.2.ebuild index 0de91c6941c6..70dd1019469b 100644 --- a/dev-ruby/ruby-glib2/ruby-glib2-4.1.2.ebuild +++ b/dev-ruby/ruby-glib2/ruby-glib2-4.1.2.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-ng-gnome2 DESCRIPTION="Ruby Glib2 bindings" -KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv x86" IUSE="" RDEPEND+=" >=dev-libs/glib-2" DEPEND+=" >=dev-libs/glib-2"