diff options
author | Patrick Lauer <patrick@gentoo.org> | 2022-05-23 08:12:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2022-05-23 08:13:20 +0000 |
commit | 58df538363b8334c7681b500062555e46ef7d973 (patch) | |
tree | 425112aa1d22d24d27f6198eb7b02d22ee52eea3 /dev-db | |
parent | sys-kernel/gentoo-sources: add 5.18.0 and genpatches (diff) | |
download | gentoo-58df538363b8334c7681b500062555e46ef7d973.tar.gz gentoo-58df538363b8334c7681b500062555e46ef7d973.tar.bz2 gentoo-58df538363b8334c7681b500062555e46ef7d973.zip |
dev-db/slony1: Support postgresql:14
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/slony1/slony1-2.2.10.ebuild | 4 |
1 files 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 |