commit: e3c3c9febb936a7b17f40b465a9c3e04853118c6
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 00:46:32 2020 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 00:46:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c3c9fe
dev-db/slony1: Dropping Pg 9.4 Support
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
dev-db/slony1/slony1-2.2.6.ebuild | 4 ++--
dev-db/slony1/slony1-2.2.7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-db/slony1/slony1-2.2.6.ebuild
b/dev-db/slony1/slony1-2.2.6.ebuild
index a3e2265b26e..6ea02b10d27 100644
--- a/dev-db/slony1/slony1-2.2.6.ebuild
+++ b/dev-db/slony1/slony1-2.2.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-POSTGRES_COMPAT=( 9.{4..6} 10 )
+POSTGRES_COMPAT=( 9.{5..6} 10 )
POSTGRES_USEDEP="server,threads"
inherit eutils postgres-multi versionator
diff --git a/dev-db/slony1/slony1-2.2.7.ebuild
b/dev-db/slony1/slony1-2.2.7.ebuild
index 1e4c19cfd28..d0edb6f89da 100644
--- a/dev-db/slony1/slony1-2.2.7.ebuild
+++ b/dev-db/slony1/slony1-2.2.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-POSTGRES_COMPAT=( 9.{4..6} {10..11} )
+POSTGRES_COMPAT=( 9.{5..6} {10..11} )
POSTGRES_USEDEP="server,threads"
inherit eutils postgres-multi versionator