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/pgrouting/
Date: Sun, 22 Aug 2021 21:53:58
Message-Id: 1629669213.c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b.soap@gentoo
1 commit: c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Aug 22 21:53:33 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 21:53:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f2c905
7
8 dev-db/pgrouting: 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/pgrouting/pgrouting-3.1.1.ebuild | 2 +-
14 dev-db/pgrouting/pgrouting-3.1.2.ebuild | 2 +-
15 dev-db/pgrouting/pgrouting-3.1.3.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-db/pgrouting/pgrouting-3.1.1.ebuild b/dev-db/pgrouting/pgrouting-3.1.1.ebuild
19 index 0c0d27fd571..9976eb3b045 100644
20 --- a/dev-db/pgrouting/pgrouting-3.1.1.ebuild
21 +++ b/dev-db/pgrouting/pgrouting-3.1.1.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 CMAKE_BUILD_TYPE="Release"
24 #CMAKE_MAKEFILE_GENERATOR=emake
25
26 -POSTGRES_COMPAT=( 9.{5..6} {10..13} )
27 +POSTGRES_COMPAT=( 9.6 {10..13} )
28 POSTGRES_USEDEP="server"
29
30 inherit cmake postgres-multi
31
32 diff --git a/dev-db/pgrouting/pgrouting-3.1.2.ebuild b/dev-db/pgrouting/pgrouting-3.1.2.ebuild
33 index addf00e4158..3dbd84c3337 100644
34 --- a/dev-db/pgrouting/pgrouting-3.1.2.ebuild
35 +++ b/dev-db/pgrouting/pgrouting-3.1.2.ebuild
36 @@ -5,7 +5,7 @@ EAPI=7
37
38 CMAKE_BUILD_TYPE="Release"
39
40 -POSTGRES_COMPAT=( 9.{5..6} {10..13} )
41 +POSTGRES_COMPAT=( 9.6 {10..13} )
42 POSTGRES_USEDEP="server"
43
44 inherit cmake postgres-multi
45
46 diff --git a/dev-db/pgrouting/pgrouting-3.1.3.ebuild b/dev-db/pgrouting/pgrouting-3.1.3.ebuild
47 index 97f11ea503c..fbeb110ffd1 100644
48 --- a/dev-db/pgrouting/pgrouting-3.1.3.ebuild
49 +++ b/dev-db/pgrouting/pgrouting-3.1.3.ebuild
50 @@ -5,7 +5,7 @@ EAPI=7
51
52 CMAKE_BUILD_TYPE="Release"
53
54 -POSTGRES_COMPAT=( 9.{5..6} {10..13} )
55 +POSTGRES_COMPAT=( 9.6 {10..13} )
56 POSTGRES_USEDEP="server"
57
58 inherit cmake postgres-multi