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 52701138334 for ; Sat, 15 Jun 2019 10:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C629E08FC; Sat, 15 Jun 2019 10:58:33 +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 1DF84E08FE for ; Sat, 15 Jun 2019 10:58:33 +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 10B44346188 for ; Sat, 15 Jun 2019 10:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5DB061D for ; Sat, 15 Jun 2019 10:58:29 +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: <1560595743.d94a4a275355f4c8a1a80aee221d613b6805cbc0.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 X-VCS-Directories: dev-db/slony1/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: d94a4a275355f4c8a1a80aee221d613b6805cbc0 X-VCS-Branch: master Date: Sat, 15 Jun 2019 10:58:29 +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: 0ce2188a-56be-4028-834f-b43046c30bea X-Archives-Hash: 6e6572c208206d8241c3954a5d2f266a commit: d94a4a275355f4c8a1a80aee221d613b6805cbc0 Author: Aaron W. Swenson gentoo org> AuthorDate: Sat Jun 15 10:49:03 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Sat Jun 15 10:49:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94a4a27 dev-db/slony1: Remove POSTGRES_COMPAT 9.3 Signed-off-by: Aaron W. Swenson gentoo.org> dev-db/slony1/slony1-2.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/slony1/slony1-2.2.6.ebuild b/dev-db/slony1/slony1-2.2.6.ebuild index c390f13f5a6..a3e2265b26e 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -POSTGRES_COMPAT=( 9.{3..6} 10 ) +POSTGRES_COMPAT=( 9.{4..6} 10 ) POSTGRES_USEDEP="server,threads" inherit eutils postgres-multi versionator