Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/plr/
Date: Sun, 22 Aug 2021 21:53:58
Message-Id: 1629669215.0c5ac5da570bdd877913a9e15b575215e6362917.soap@gentoo
1 commit: 0c5ac5da570bdd877913a9e15b575215e6362917
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Aug 22 21:53:35 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 21:53:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5ac5da
7
8 dev-db/plr: Remove postgres9_5
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-db/plr/plr-8.3.0.17.ebuild | 4 ++--
14 dev-db/plr/plr-8.4.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-db/plr/plr-8.3.0.17.ebuild b/dev-db/plr/plr-8.3.0.17.ebuild
18 index 01de417db49..1b8acb6f673 100644
19 --- a/dev-db/plr/plr-8.3.0.17.ebuild
20 +++ b/dev-db/plr/plr-8.3.0.17.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -POSTGRES_COMPAT=( 9.{5..6} 10 )
29 +POSTGRES_COMPAT=( 9.6 10 )
30 POSTGRES_USEDEP="server"
31
32 inherit postgres-multi
33
34 diff --git a/dev-db/plr/plr-8.4.1.ebuild b/dev-db/plr/plr-8.4.1.ebuild
35 index b78d06bcddf..5f1fb15e848 100644
36 --- a/dev-db/plr/plr-8.4.1.ebuild
37 +++ b/dev-db/plr/plr-8.4.1.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -POSTGRES_COMPAT=( 9.{5..6} {10..13} )
46 +POSTGRES_COMPAT=( 9.6 {10..13} )
47 POSTGRES_USEDEP="server"
48
49 inherit postgres-multi