From e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Thu, 13 Aug 2020 20:43:17 -0400 Subject: dev-db/pgrouting: Dropping Pg 9.4 Support Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Aaron W. Swenson --- dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/pgrouting') 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 -- cgit v1.2.3-65-gdbad