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 AEA4713835A 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 8FB45E08ED; Fri, 14 Aug 2020 00:49:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 799B7E08ED 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 6729234F2EB 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 CF4D431A 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: <1597365996.e3c3c9febb936a7b17f40b465a9c3e04853118c6.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/slony1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/slony1/slony1-2.2.6.ebuild dev-db/slony1/slony1-2.2.7.ebuild X-VCS-Directories: dev-db/slony1/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: e3c3c9febb936a7b17f40b465a9c3e04853118c6 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: 0d16d9b6-cd4a-49fc-9180-f8c4f99a5aa7 X-Archives-Hash: 2494324b83f61b34f8d62e2bcc4acfac commit: e3c3c9febb936a7b17f40b465a9c3e04853118c6 Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Aug 14 00:46:32 2020 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Fri Aug 14 00:46:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c3c9fe dev-db/slony1: 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/slony1/slony1-2.2.6.ebuild | 4 ++-- dev-db/slony1/slony1-2.2.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-db/slony1/slony1-2.2.6.ebuild b/dev-db/slony1/slony1-2.2.6.ebuild index a3e2265b26e..6ea02b10d27 100644 --- a/dev-db/slony1/slony1-2.2.6.ebuild +++ b/dev-db/slony1/slony1-2.2.6.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 ) +POSTGRES_COMPAT=( 9.{5..6} 10 ) POSTGRES_USEDEP="server,threads" inherit eutils postgres-multi versionator diff --git a/dev-db/slony1/slony1-2.2.7.ebuild b/dev-db/slony1/slony1-2.2.7.ebuild index 1e4c19cfd28..d0edb6f89da 100644 --- a/dev-db/slony1/slony1-2.2.7.ebuild +++ b/dev-db/slony1/slony1-2.2.7.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,threads" inherit eutils postgres-multi versionator