diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:47:28 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:47:33 -0400 |
commit | 65c5b22f372490e3b7e18d455ab48520768786a8 (patch) | |
tree | 22fe32fe930b892fc34d1a830933a7445b8fe674 /dev-db/plr | |
parent | dev-db/slony1: Dropping Pg 9.4 Support (diff) | |
download | gentoo-65c5b22f372490e3b7e18d455ab48520768786a8.tar.gz gentoo-65c5b22f372490e3b7e18d455ab48520768786a8.tar.bz2 gentoo-65c5b22f372490e3b7e18d455ab48520768786a8.zip |
dev-db/plr: 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/plr')
-rw-r--r-- | dev-db/plr/plr-8.3.0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/plr/plr-8.3.0.17.ebuild b/dev-db/plr/plr-8.3.0.17.ebuild index e6b36b80a867..01de417db497 100644 --- a/dev-db/plr/plr-8.3.0.17.ebuild +++ b/dev-db/plr/plr-8.3.0.17.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" inherit postgres-multi |