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 AF2C3138334 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 5458DE0905; 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 167B2E08FC for ; Sat, 15 Jun 2019 10:58:33 +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 02F47346187 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 A302961C 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: <1560595256.364dcdff9675ea5f85e462bc8de8cccd6952900b.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/plr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/plr/plr-8.3.0.17.ebuild X-VCS-Directories: dev-db/plr/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 364dcdff9675ea5f85e462bc8de8cccd6952900b 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: 28b980b7-1cd9-488f-b57b-6390303df4c0 X-Archives-Hash: ec993ed9ba8ea3aab98d6ce12aeb1ec5 commit: 364dcdff9675ea5f85e462bc8de8cccd6952900b Author: Aaron W. Swenson gentoo org> AuthorDate: Sat Jun 15 10:40:56 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Sat Jun 15 10:40:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364dcdff dev-db/plr: Remove POSTGRES_COMPAT 9.3 Signed-off-by: Aaron W. Swenson gentoo.org> dev-db/plr/plr-8.3.0.17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/plr/plr-8.3.0.17.ebuild b/dev-db/plr/plr-8.3.0.17.ebuild index 355b915ed2d..e6b36b80a86 100644 --- a/dev-db/plr/plr-8.3.0.17.ebuild +++ b/dev-db/plr/plr-8.3.0.17.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" inherit postgres-multi