Skip to content

Commit

Permalink
dev-db/slony1: 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 364dcdf commit d94a4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/slony1/slony1-2.2.6.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,threads"

inherit eutils postgres-multi versionator
Expand Down

0 comments on commit d94a4a2

Please sign in to comment.