diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:46:32 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:46:36 -0400 |
commit | e3c3c9febb936a7b17f40b465a9c3e04853118c6 (patch) | |
tree | 94006036e93436acdc4a0d8202528469cd55ac71 /dev-db/slony1 | |
parent | dev-db/pgtap: Dropping Pg 9.4 Support (diff) | |
download | gentoo-e3c3c9febb936a7b17f40b465a9c3e04853118c6.tar.gz gentoo-e3c3c9febb936a7b17f40b465a9c3e04853118c6.tar.bz2 gentoo-e3c3c9febb936a7b17f40b465a9c3e04853118c6.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db/slony1')
-rw-r--r-- | dev-db/slony1/slony1-2.2.6.ebuild | 4 | ||||
-rw-r--r-- | 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 a3e2265b26e9..6ea02b10d27b 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 1e4c19cfd284..d0edb6f89da5 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 |