commit:     ee99f38d51133b0ecd6d5aa4dea4fed2acfaff41
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 03:16:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 

Reply via email to