commit: a47c9e989cc3e9eec193ae88e31671a367594a77
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 16:45:28 2018 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun May 13 16:45:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47c9e98
dev-db/plr: Remove <9.3 from POSTGRES_COMPAT
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-db/plr/plr-8.3.0.17.ebuild | 4 ++--
1 file 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 53ecfa0ff06..355b915ed2d 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-POSTGRES_COMPAT=( 9.{1..6} 10 )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
POSTGRES_USEDEP="server"
inherit postgres-multi