commit: 58df538363b8334c7681b500062555e46ef7d973
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 08:12:54 2022 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Mon May 23 08:13:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58df5383
dev-db/slony1: Support postgresql:14
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/slony1/slony1-2.2.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-db/slony1/slony1-2.2.10.ebuild
b/dev-db/slony1/slony1-2.2.10.ebuild
index f78c2c8e6a18..1e64c0ebe7bd 100644
--- a/dev-db/slony1/slony1-2.2.10.ebuild
+++ b/dev-db/slony1/slony1-2.2.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-POSTGRES_COMPAT=( 9.6 {10..13} )
+POSTGRES_COMPAT=( 9.6 {10..14} )
POSTGRES_USEDEP="server,threads"
inherit postgres-multi