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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7868313835A for ; Sun, 14 Mar 2021 01:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CCCDE086F; Sun, 14 Mar 2021 01:23:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7625EE086F for ; Sun, 14 Mar 2021 01:23:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85EBB340BDE for ; Sun, 14 Mar 2021 01:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88BA59D for ; Sun, 14 Mar 2021 01:23:46 +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: <1615684947.2c36b7ecf9024635dc52f139cae6c3805225b682.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gdk3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gdk3/ruby-gdk3-3.4.3.ebuild X-VCS-Directories: dev-ruby/ruby-gdk3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2c36b7ecf9024635dc52f139cae6c3805225b682 X-VCS-Branch: master Date: Sun, 14 Mar 2021 01:23:46 +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: 75b063bc-7f40-4f2f-9ce4-73b016ef6d9d X-Archives-Hash: 73a6447043affc5cbea54f6ad321f189 commit: 2c36b7ecf9024635dc52f139cae6c3805225b682 Author: Sam James gentoo org> AuthorDate: Sun Mar 14 01:22:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 14 01:22:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c36b7ec dev-ruby/ruby-gdk3: Stabilize 3.4.3 amd64, #774954 Signed-off-by: Sam James gentoo.org> dev-ruby/ruby-gdk3/ruby-gdk3-3.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-gdk3/ruby-gdk3-3.4.3.ebuild b/dev-ruby/ruby-gdk3/ruby-gdk3-3.4.3.ebuild index 43edb6f282f..ba265486a94 100644 --- a/dev-ruby/ruby-gdk3/ruby-gdk3-3.4.3.ebuild +++ b/dev-ruby/ruby-gdk3/ruby-gdk3-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ RUBY_GNOME2_NEED_VIRTX=yes inherit ruby-ng-gnome2 DESCRIPTION="Ruby GDK-3.x bindings" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND+=" x11-libs/gtk+:3[introspection]"