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 8FD3E15806E for ; Thu, 1 Jun 2023 17:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D08A0E0849; Thu, 1 Jun 2023 17:17:55 +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 E3BE1E0849 for ; Thu, 1 Jun 2023 17:17:54 +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 F2A4B34132C for ; Thu, 1 Jun 2023 17:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EAD5A78 for ; Thu, 1 Jun 2023 17:17:52 +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: <1685639852.d2990cfea9ed3d046d3f9d618ab924089be22390.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gdkpixbuf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild X-VCS-Directories: dev-ruby/ruby-gdkpixbuf2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d2990cfea9ed3d046d3f9d618ab924089be22390 X-VCS-Branch: master Date: Thu, 1 Jun 2023 17:17:52 +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: 1b081b6d-1d83-4fee-9c49-c6cf7da0ef5a X-Archives-Hash: bb4ab1d49d90ffdc9c9fe006b9e2dfb0 commit: d2990cfea9ed3d046d3f9d618ab924089be22390 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jun 1 17:17:32 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jun 1 17:17:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2990cfe dev-ruby/ruby-gdkpixbuf2: Stabilize 4.1.2 amd64, #907532 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild index 26f6e376bcaf..0a1251ca381c 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild @@ -11,7 +11,7 @@ inherit ruby-ng-gnome2 RUBY_S=ruby-gnome-${PV}/gdk_pixbuf2 DESCRIPTION="Ruby GdkPixbuf2 bindings" -KEYWORDS="~amd64 ~ppc ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~riscv ~x86" IUSE="" DEPEND+=" test? ( x11-libs/gdk-pixbuf[jpeg] )"