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 9CE0D1580B9 for ; Sun, 22 Aug 2021 21:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5968E087E; Sun, 22 Aug 2021 21:53:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BD952E087E for ; Sun, 22 Aug 2021 21:53:57 +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 DEED3340928 for ; Sun, 22 Aug 2021 21:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4D7C8D2 for ; Sun, 22 Aug 2021 21:53:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1629669213.c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgrouting/pgrouting-3.1.1.ebuild dev-db/pgrouting/pgrouting-3.1.2.ebuild dev-db/pgrouting/pgrouting-3.1.3.ebuild X-VCS-Directories: dev-db/pgrouting/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b X-VCS-Branch: master Date: Sun, 22 Aug 2021 21:53:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de4e35d4-8929-4ac0-9405-ec2857751169 X-Archives-Hash: 4c2c3c5fb8957f53e9b40e6f60323e0b commit: c4f2c9058b76eec4e8bfe5efb8ab6e2b20a31d5b Author: Jakov Smolic sartura hr> AuthorDate: Sun Aug 22 21:53:33 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 22 21:53:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f2c905 dev-db/pgrouting: Remove postgres9_5 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-db/pgrouting/pgrouting-3.1.1.ebuild | 2 +- dev-db/pgrouting/pgrouting-3.1.2.ebuild | 2 +- dev-db/pgrouting/pgrouting-3.1.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/pgrouting/pgrouting-3.1.1.ebuild b/dev-db/pgrouting/pgrouting-3.1.1.ebuild index 0c0d27fd571..9976eb3b045 100644 --- a/dev-db/pgrouting/pgrouting-3.1.1.ebuild +++ b/dev-db/pgrouting/pgrouting-3.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 CMAKE_BUILD_TYPE="Release" #CMAKE_MAKEFILE_GENERATOR=emake -POSTGRES_COMPAT=( 9.{5..6} {10..13} ) +POSTGRES_COMPAT=( 9.6 {10..13} ) POSTGRES_USEDEP="server" inherit cmake postgres-multi diff --git a/dev-db/pgrouting/pgrouting-3.1.2.ebuild b/dev-db/pgrouting/pgrouting-3.1.2.ebuild index addf00e4158..3dbd84c3337 100644 --- a/dev-db/pgrouting/pgrouting-3.1.2.ebuild +++ b/dev-db/pgrouting/pgrouting-3.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_BUILD_TYPE="Release" -POSTGRES_COMPAT=( 9.{5..6} {10..13} ) +POSTGRES_COMPAT=( 9.6 {10..13} ) POSTGRES_USEDEP="server" inherit cmake postgres-multi diff --git a/dev-db/pgrouting/pgrouting-3.1.3.ebuild b/dev-db/pgrouting/pgrouting-3.1.3.ebuild index 97f11ea503c..fbeb110ffd1 100644 --- a/dev-db/pgrouting/pgrouting-3.1.3.ebuild +++ b/dev-db/pgrouting/pgrouting-3.1.3.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_BUILD_TYPE="Release" -POSTGRES_COMPAT=( 9.{5..6} {10..13} ) +POSTGRES_COMPAT=( 9.6 {10..13} ) POSTGRES_USEDEP="server" inherit cmake postgres-multi