dev-db/plr: Remove POSTGRES_COMPAT 9.3
authorAaron W. Swenson <titanofold@gentoo.org>
Sat, 15 Jun 2019 10:40:56 +0000 (06:40 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Sat, 15 Jun 2019 10:40:56 +0000 (06:40 -0400)
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
dev-db/plr/plr-8.3.0.17.ebuild

index 355b915ed2dbf614abf2a85923321071f8057481..e6b36b80a867f7571894b5a6e1147fc7a31f755c 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-POSTGRES_COMPAT=( 9.{3..6} 10 )
+POSTGRES_COMPAT=( 9.{4..6} 10 )
 POSTGRES_USEDEP="server"
 
 inherit postgres-multi