diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-05-13 12:45:28 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-05-13 12:45:28 -0400 |
commit | a47c9e989cc3e9eec193ae88e31671a367594a77 (patch) | |
tree | fe5ca961a50b9f4cdd85e7bf7ca6e056cfccc9a0 /dev-db | |
parent | dev-python/pygresql: Cleanup old (diff) | |
download | gentoo-a47c9e989cc3e9eec193ae88e31671a367594a77.tar.gz gentoo-a47c9e989cc3e9eec193ae88e31671a367594a77.tar.bz2 gentoo-a47c9e989cc3e9eec193ae88e31671a367594a77.zip |
dev-db/plr: Remove <9.3 from POSTGRES_COMPAT
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/plr/plr-8.3.0.17.ebuild | 4 |
1 files 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 53ecfa0ff067..355b915ed2db 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 |