Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/
Date: Sat, 17 Nov 2018 23:23:22
Message-Id: 1542496981.001bac41674026f6e27248266c616007e94ebf02.whissi@gentoo
1 commit: 001bac41674026f6e27248266c616007e94ebf02
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 23:23:01 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 23:23:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001bac41
7
8 dev-db/pgpool2: drop postgresql 11 support
9
10 dev-db/postgresql:11 has no stable ebuild yet.
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 dev-db/pgpool2/pgpool2-3.7.5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-db/pgpool2/pgpool2-3.7.5.ebuild b/dev-db/pgpool2/pgpool2-3.7.5.ebuild
19 index 5a571f86822..285ca5b8727 100644
20 --- a/dev-db/pgpool2/pgpool2-3.7.5.ebuild
21 +++ b/dev-db/pgpool2/pgpool2-3.7.5.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -POSTGRES_COMPAT=( 9.{3..6} {10..11} )
30 +POSTGRES_COMPAT=( 9.{3..6} 10 )
31
32 inherit autotools postgres-multi