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 7C284139000 for ; Fri, 30 Jul 2021 03:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28331E09E1; Fri, 30 Jul 2021 03:21:32 +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 0E0D1E09E1 for ; Fri, 30 Jul 2021 03:21:32 +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 1450A34390A for ; Fri, 30 Jul 2021 03:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7677E7AF for ; Fri, 30 Jul 2021 03:21:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627615116.ee99f38d51133b0ecd6d5aa4dea4fed2acfaff41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-9.5.25-r1.ebuild dev-db/postgresql/postgresql-9.6.22-r2.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee99f38d51133b0ecd6d5aa4dea4fed2acfaff41 X-VCS-Branch: master Date: Fri, 30 Jul 2021 03:21:28 +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: 5bf5188d-cad3-4994-bcb9-75a8ebf8f506 X-Archives-Hash: a75cbc16c8a012d0b01c2270c537353e commit: ee99f38d51133b0ecd6d5aa4dea4fed2acfaff41 Author: Sam James gentoo org> AuthorDate: Fri Jul 30 03:16:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 30 03:18:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee99f38d dev-db/postgresql: drop Python 3.7 vestiges While here for the libcrypt fix, drop reundant Python 3.7 compatibility declarations (the eclass doesn't support it anymore, so it was a noop). Signed-off-by: Sam James gentoo.org> dev-db/postgresql/postgresql-9.5.25-r1.ebuild | 2 +- dev-db/postgresql/postgresql-9.6.22-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/postgresql/postgresql-9.5.25-r1.ebuild b/dev-db/postgresql/postgresql-9.5.25-r1.ebuild index f5f6c1cb082..fade6c5848a 100644 --- a/dev-db/postgresql/postgresql-9.5.25-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.5.25-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-9.6.22-r2.ebuild b/dev-db/postgresql/postgresql-9.6.22-r2.ebuild index b2399753341..c105a786161 100644 --- a/dev-db/postgresql/postgresql-9.6.22-r2.ebuild +++ b/dev-db/postgresql/postgresql-9.6.22-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles