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 DB52C138359 for ; Fri, 14 Aug 2020 00:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2457E08FE; Fri, 14 Aug 2020 00:49:37 +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 899D5E08F9 for ; Fri, 14 Aug 2020 00:49:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2E89034F2E3 for ; Fri, 14 Aug 2020 00:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97422310 for ; Fri, 14 Aug 2020 00:49:34 +0000 (UTC) From: "Aaron W. 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 W. Swenson" Message-ID: <1597365804.e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild X-VCS-Directories: dev-db/pgrouting/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d X-VCS-Branch: master Date: Fri, 14 Aug 2020 00:49:34 +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: 99231dc2-94d1-4863-87a3-63c6a4c74363 X-Archives-Hash: c9957427de079dcacb6c2019fbc52aa2 commit: e12cf1a0848ebdb33830953ad58ad1ef8f3c1a4d Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Aug 14 00:43:17 2020 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Fri Aug 14 00:43:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12cf1a0 dev-db/pgrouting: Dropping Pg 9.4 Support Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Aaron W. Swenson gentoo.org> dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild b/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild index fb64a94eecb..00807308c21 100644 --- a/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild +++ b/dev-db/pgrouting/pgrouting-2.6.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -POSTGRES_COMPAT=( 9.{4..6} 10 11 ) +POSTGRES_COMPAT=( 9.{5..6} 10 11 ) POSTGRES_USEDEP="server" inherit postgres cmake-utils