commit: 2badb50c04023ea2e6703fed5c2f0af1d6da999e Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 07:20:27 2025 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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
