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 60E06158095 for ; Tue, 16 Aug 2022 07:44:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B747E0991; Tue, 16 Aug 2022 07:44:14 +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 035AEE0991 for ; Tue, 16 Aug 2022 07:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3CC55340C44 for ; Tue, 16 Aug 2022 07:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759E957A for ; Tue, 16 Aug 2022 07:44:10 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1660635840.322ac5755826f35a00cb7cc0d7a2996955974212.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-10.22.ebuild dev-db/postgresql/postgresql-11.17.ebuild dev-db/postgresql/postgresql-12.12.ebuild dev-db/postgresql/postgresql-13.8.ebuild dev-db/postgresql/postgresql-14.5.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 322ac5755826f35a00cb7cc0d7a2996955974212 X-VCS-Branch: master Date: Tue, 16 Aug 2022 07:44:10 +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: 04da2aea-715b-48bb-80a4-26da347ecd80 X-Archives-Hash: 861d3146a2c8a7799e040abf8a10681d commit: 322ac5755826f35a00cb7cc0d7a2996955974212 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Aug 16 07:44:00 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Aug 16 07:44:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322ac575 dev-db/postgresql: arm stable wrt bug #865327 Signed-off-by: Agostino Sarubbo gentoo.org> dev-db/postgresql/postgresql-10.22.ebuild | 2 +- dev-db/postgresql/postgresql-11.17.ebuild | 2 +- dev-db/postgresql/postgresql-12.12.ebuild | 2 +- dev-db/postgresql/postgresql-13.8.ebuild | 2 +- dev-db/postgresql/postgresql-14.5.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/postgresql/postgresql-10.22.ebuild b/dev-db/postgresql/postgresql-10.22.ebuild index bf8414a03338..b441974af8eb 100644 --- a/dev-db/postgresql/postgresql-10.22.ebuild +++ b/dev-db/postgresql/postgresql-10.22.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit flag-o-matic linux-info pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x86-solaris" SLOT=$(ver_cut 1) diff --git a/dev-db/postgresql/postgresql-11.17.ebuild b/dev-db/postgresql/postgresql-11.17.ebuild index f806fd11b70d..0d9acfd1a9cb 100644 --- a/dev-db/postgresql/postgresql-11.17.ebuild +++ b/dev-db/postgresql/postgresql-11.17.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=13 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) diff --git a/dev-db/postgresql/postgresql-12.12.ebuild b/dev-db/postgresql/postgresql-12.12.ebuild index 389cb9f39c9d..162fd5ea7381 100644 --- a/dev-db/postgresql/postgresql-12.12.ebuild +++ b/dev-db/postgresql/postgresql-12.12.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) diff --git a/dev-db/postgresql/postgresql-13.8.ebuild b/dev-db/postgresql/postgresql-13.8.ebuild index 875acbe52592..1ff8adb6f9f0 100644 --- a/dev-db/postgresql/postgresql-13.8.ebuild +++ b/dev-db/postgresql/postgresql-13.8.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) diff --git a/dev-db/postgresql/postgresql-14.5.ebuild b/dev-db/postgresql/postgresql-14.5.ebuild index 6c2b0fe290d3..152c99cb896a 100644 --- a/dev-db/postgresql/postgresql-14.5.ebuild +++ b/dev-db/postgresql/postgresql-14.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit flag-o-matic linux-info pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1)