Skip to content

Commit

Permalink
dev-db/postgis: add postgresql 9.6
Browse files Browse the repository at this point in the history
Suggested-by: Wojciech Myrda <[email protected]>
Package-Manager: portage-2.3.0
  • Loading branch information
Amynka committed Feb 10, 2017
1 parent dd361c5 commit a89d9c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-db/postgis/postgis-2.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=6
POSTGRES_COMPAT=( 9.{1,2,3,4,5} )
POSTGRES_COMPAT=( 9.{1,2,3,4,5,6} )

inherit autotools eutils versionator

Expand All @@ -21,6 +21,7 @@ IUSE="doc gtk static-libs test"

RDEPEND="
|| (
dev-db/postgresql:9.6[server]
dev-db/postgresql:9.5[server]
dev-db/postgresql:9.4[server]
dev-db/postgresql:9.3[server]
Expand Down

0 comments on commit a89d9c3

Please sign in to comment.