From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED93E1382C5 for ; Sun, 13 May 2018 16:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17AD9E0A93; Sun, 13 May 2018 16:56:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5069E0A93 for ; Sun, 13 May 2018 16:56:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD31C335C95 for ; Sun, 13 May 2018 16:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AFFA297 for ; Sun, 13 May 2018 16:56:51 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1526230542.2dcdaf5893cce7637cdafc8fd83e3c23cbdbbc22.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgpool2/pgpool2-9999.ebuild X-VCS-Directories: dev-db/pgpool2/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 2dcdaf5893cce7637cdafc8fd83e3c23cbdbbc22 X-VCS-Branch: master Date: Sun, 13 May 2018 16:56:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 19f04fd2-833a-40ef-ad3d-4a2d8fc5732e X-Archives-Hash: 8e7973eed06dbc16839db1bc5ea6b34c commit: 2dcdaf5893cce7637cdafc8fd83e3c23cbdbbc22 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun May 13 16:55:42 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sun May 13 16:55:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcdaf58 dev-db/pgpool2: Add 10 to POSTGRES_COMPAT Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/pgpool2/pgpool2-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgpool2/pgpool2-9999.ebuild b/dev-db/pgpool2/pgpool2-9999.ebuild index 1f1a09578e4..b0b43a07e37 100644 --- a/dev-db/pgpool2/pgpool2-9999.ebuild +++ b/dev-db/pgpool2/pgpool2-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 EGIT_REPO_URI="https://git.postgresql.org/git/pgpool2.git" -POSTGRES_COMPAT=( 9.{3..6} ) +POSTGRES_COMPAT=( 9.{3..6} 10 ) inherit git-r3 postgres-multi