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 0C302138334 for ; Sat, 15 Jun 2019 10:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24F55E0909; Sat, 15 Jun 2019 10:58:34 +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 08A6BE0909 for ; Sat, 15 Jun 2019 10:58:34 +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 085AA34617F for ; Sat, 15 Jun 2019 10:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1E261F 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: <1560595912.08d973554ae3e4766e55581fd6980b5a1e2d2bb8.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygresql/pygresql-5.0.4.ebuild dev-python/pygresql/pygresql-5.0.6.ebuild X-VCS-Directories: dev-python/pygresql/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 08d973554ae3e4766e55581fd6980b5a1e2d2bb8 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: cc774c99-13ec-44ba-b965-12a113b8061d X-Archives-Hash: d345673940b23144baa0d0a5bf3e15a9 commit: 08d973554ae3e4766e55581fd6980b5a1e2d2bb8 Author: Aaron W. Swenson gentoo org> AuthorDate: Sat Jun 15 10:51:52 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Sat Jun 15 10:51:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d97355 dev-python/pygresql: Remove POSTGRES_COMPAT 9.3 Signed-off-by: Aaron W. Swenson gentoo.org> dev-python/pygresql/pygresql-5.0.4.ebuild | 2 +- dev-python/pygresql/pygresql-5.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild index f1e62372667..7ee66e6f8b2 100644 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -POSTGRES_COMPAT=( 9.{3..6} 10 ) +POSTGRES_COMPAT=( 9.{4..6} 10 ) PYTHON_COMPAT=( python2_7 python3_{5..6} ) inherit distutils-r1 postgres diff --git a/dev-python/pygresql/pygresql-5.0.6.ebuild b/dev-python/pygresql/pygresql-5.0.6.ebuild index 0027fca8c7e..37b859644fb 100644 --- a/dev-python/pygresql/pygresql-5.0.6.ebuild +++ b/dev-python/pygresql/pygresql-5.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -POSTGRES_COMPAT=( 9.{3..6} 10 ) +POSTGRES_COMPAT=( 9.{4..6} 10 ) PYTHON_COMPAT=( python2_7 python3_{5..7} ) inherit distutils-r1 postgres