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 869D915810F for ; Thu, 1 Jun 2023 16:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4BC3E0798; Thu, 1 Jun 2023 16:48:35 +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 A9265E0798 for ; Thu, 1 Jun 2023 16:48:35 +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 B6B413412E2 for ; Thu, 1 Jun 2023 16:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54963A53 for ; Thu, 1 Jun 2023 16:48:33 +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: <1685638101.cb7f831a78e09f1dcb0500d3ed329a31653c9d2f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-atk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild X-VCS-Directories: dev-ruby/ruby-atk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cb7f831a78e09f1dcb0500d3ed329a31653c9d2f X-VCS-Branch: master Date: Thu, 1 Jun 2023 16:48:33 +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: e203f8d2-71d8-4328-a782-b58ee23bfa88 X-Archives-Hash: 5ddff97f304e5ee2c2dd7c856a689bb1 commit: cb7f831a78e09f1dcb0500d3ed329a31653c9d2f Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jun 1 16:48:21 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jun 1 16:48:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7f831a dev-ruby/ruby-atk: Stabilize 4.1.2 amd64, #907541 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild b/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild index dc74bd0b8d2f..5052bed7ecbc 100644 --- a/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild +++ b/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-ng-gnome2 DESCRIPTION="Ruby Atk bindings" -KEYWORDS="~amd64 ~ppc ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~riscv ~x86" IUSE="" RDEPEND+=" dev-libs/atk[introspection]"