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 97F65139694 for ; Fri, 10 Feb 2017 10:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C788DE0C63; Fri, 10 Feb 2017 10:49:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1C99E0C63 for ; Fri, 10 Feb 2017 10:49:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10695340EE8 for ; Fri, 10 Feb 2017 10:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BEA73FA6 for ; Fri, 10 Feb 2017 10:49:04 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1486723675.a89d9c3191d64bc79dca2fc69f4b4e9849127df7.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgis/postgis-2.3.2.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: a89d9c3191d64bc79dca2fc69f4b4e9849127df7 X-VCS-Branch: master Date: Fri, 10 Feb 2017 10:49:04 +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: 65ab09e0-28d4-48f2-8c11-38d8b9eb2dc9 X-Archives-Hash: 142bb8486a51345655649969ba01a996 commit: a89d9c3191d64bc79dca2fc69f4b4e9849127df7 Author: Amy Liffey gentoo org> AuthorDate: Fri Feb 10 10:47:38 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Feb 10 10:47:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89d9c31 dev-db/postgis: add postgresql 9.6 Suggested-by: Wojciech Myrda tlen.pl> Package-Manager: portage-2.3.0 dev-db/postgis/postgis-2.3.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-2.3.2.ebuild b/dev-db/postgis/postgis-2.3.2.ebuild index dbd23affd4..4bf76c5505 100644 --- a/dev-db/postgis/postgis-2.3.2.ebuild +++ b/dev-db/postgis/postgis-2.3.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -POSTGRES_COMPAT=( 9.{1,2,3,4,5} ) +POSTGRES_COMPAT=( 9.{1,2,3,4,5,6} ) inherit autotools eutils versionator @@ -21,6 +21,7 @@ IUSE="doc gtk static-libs test" RDEPEND=" || ( + dev-db/postgresql:9.6[server] dev-db/postgresql:9.5[server] dev-db/postgresql:9.4[server] dev-db/postgresql:9.3[server]