Skip to content

Commit

Permalink
dev-db/plr: Remove POSTGRES_COMPAT 9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron W. Swenson <[email protected]>
  • Loading branch information
titanofold committed Jun 15, 2019
1 parent 5fda0e5 commit 364dcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/plr/plr-8.3.0.17.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 364dcdf

Please sign in to comment.