From 2badb50c04023ea2e6703fed5c2f0af1d6da999e Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Mon, 31 Mar 2025 07:20:27 +0000 Subject: [PATCH] dev-db/citus: Fix -9999 supported postgres versions Signed-off-by: Patrick Lauer --- 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 b4c2ad86edb4b..a61f6ec022cdc 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