From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D51141581EE for ; Mon, 31 Mar 2025 07:20:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B8390343193 for ; Mon, 31 Mar 2025 07:20:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9ABE81104B0; Mon, 31 Mar 2025 07:20:51 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8B8351104B0 for ; Mon, 31 Mar 2025 07:20:51 +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 3E61234310D for ; Mon, 31 Mar 2025 07:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98B8C1733 for ; Mon, 31 Mar 2025 07:20:49 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1743405627.2badb50c04023ea2e6703fed5c2f0af1d6da999e.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/citus/citus-9999.ebuild X-VCS-Directories: dev-db/citus/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 2badb50c04023ea2e6703fed5c2f0af1d6da999e X-VCS-Branch: master Date: Mon, 31 Mar 2025 07:20:49 +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: fb3aaf57-03ce-49d4-b164-3893f3f60465 X-Archives-Hash: ef3e41d5528395a3baeeb1c23b6d5abb commit: 2badb50c04023ea2e6703fed5c2f0af1d6da999e Author: Patrick Lauer gentoo org> AuthorDate: Mon Mar 31 07:20:27 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Mar 31 07:20:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2badb50c dev-db/citus: Fix -9999 supported postgres versions Signed-off-by: Patrick Lauer gentoo.org> dev-db/citus/citus-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/citus/citus-9999.ebuild b/dev-db/citus/citus-9999.ebuild index b4c2ad86edb4..a61f6ec022cd 100644 --- a/dev-db/citus/citus-9999.ebuild +++ b/dev-db/citus/citus-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -POSTGRES_COMPAT=( 14 15 16 ) +POSTGRES_COMPAT=( 15 16 17) inherit git-r3 postgres-multi