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/pgtap/
Date: Sun, 22 Aug 2021 21:53:58
Message-Id: 1629669214.ca59749b5d73409980129f358969f078f04ddc81.soap@gentoo
1 commit: ca59749b5d73409980129f358969f078f04ddc81
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Aug 22 21:53:34 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 21:53:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca59749b
7
8 dev-db/pgtap: 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/pgtap/pgtap-0.99.0.ebuild | 4 ++--
14 dev-db/pgtap/pgtap-1.1.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-db/pgtap/pgtap-0.99.0.ebuild b/dev-db/pgtap/pgtap-0.99.0.ebuild
18 index 4e6f68067a8..bc84eefe247 100644
19 --- a/dev-db/pgtap/pgtap-0.99.0.ebuild
20 +++ b/dev-db/pgtap/pgtap-0.99.0.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..11} )
29 +POSTGRES_COMPAT=( 9.6 {10..11} )
30
31 inherit postgres-multi
32
33
34 diff --git a/dev-db/pgtap/pgtap-1.1.0.ebuild b/dev-db/pgtap/pgtap-1.1.0.ebuild
35 index ca1636c707c..ada507c7b18 100644
36 --- a/dev-db/pgtap/pgtap-1.1.0.ebuild
37 +++ b/dev-db/pgtap/pgtap-1.1.0.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=7
44
45 -POSTGRES_COMPAT=( 9.{5..6} {10..13} )
46 +POSTGRES_COMPAT=( 9.6 {10..13} )
47
48 inherit postgres-multi