diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:43:17 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-08-13 20:43:24 -0400 |
commit | e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d (patch) | |
tree | a204939e14538876ee45bc9371242663b949a63a /dev-db/pgrouting | |
parent | dev-db/pgpool2: Dropping Pg 9.4 Support (diff) | |
download | gentoo-e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d.tar.gz gentoo-e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d.tar.bz2 gentoo-e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d.zip |
dev-db/pgrouting: 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/pgrouting')
-rw-r--r-- | dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild b/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild index fb64a94eecbf..00807308c211 100644 --- a/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild +++ b/dev-db/pgrouting/pgrouting-2.6.2-r1.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" inherit postgres cmake-utils |