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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EAE9158042 for ; Thu, 24 Oct 2024 12:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B7B0E08D6; Thu, 24 Oct 2024 12:30:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82DCCE08D6 for ; Thu, 24 Oct 2024 12:30:34 +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 89B63341DD0 for ; Thu, 24 Oct 2024 12:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E986111DF for ; Thu, 24 Oct 2024 12:30:31 +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: <1729773022.ef1afc24c4a23ec1c7639d7d0240b5d125d6e2fb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pg/pg-1.4.6-r1.ebuild X-VCS-Directories: dev-ruby/pg/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ef1afc24c4a23ec1c7639d7d0240b5d125d6e2fb X-VCS-Branch: master Date: Thu, 24 Oct 2024 12:30:31 +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: 099e4070-cff4-4c26-9a9c-82dad48269e7 X-Archives-Hash: c93a1c2d0f61deed9457eb516d32d93f commit: ef1afc24c4a23ec1c7639d7d0240b5d125d6e2fb Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 24 12:30:08 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 24 12:30:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1afc24 dev-ruby/pg: destabilize 1.4.6-r1 for ~ppc Bug: https://bugs.gentoo.org/921128 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/pg/pg-1.4.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/pg/pg-1.4.6-r1.ebuild b/dev-ruby/pg/pg-1.4.6-r1.ebuild index e75d54d93ec9..a4d69b0da8f7 100644 --- a/dev-ruby/pg/pg-1.4.6-r1.ebuild +++ b/dev-ruby/pg/pg-1.4.6-r1.ebuild @@ -20,7 +20,7 @@ RUBY_S="ruby-${P}" LICENSE="|| ( BSD-2 Ruby-BSD )" SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" RDEPEND+=" dev-db/postgresql:*"