Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/plr/
Date: Sun, 13 May 2018 16:56:55
Message-Id: 1526229928.a47c9e989cc3e9eec193ae88e31671a367594a77.titanofold@gentoo
1 commit: a47c9e989cc3e9eec193ae88e31671a367594a77
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 16:45:28 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 16:45:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47c9e98
7
8 dev-db/plr: Remove <9.3 from POSTGRES_COMPAT
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-db/plr/plr-8.3.0.17.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/plr/plr-8.3.0.17.ebuild b/dev-db/plr/plr-8.3.0.17.ebuild
16 index 53ecfa0ff06..355b915ed2d 100644
17 --- a/dev-db/plr/plr-8.3.0.17.ebuild
18 +++ b/dev-db/plr/plr-8.3.0.17.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -POSTGRES_COMPAT=( 9.{1..6} 10 )
27 +POSTGRES_COMPAT=( 9.{3..6} 10 )
28 POSTGRES_USEDEP="server"
29
30 inherit postgres-multi