From ee99f38d51133b0ecd6d5aa4dea4fed2acfaff41 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jul 2021 04:16:02 +0100 Subject: 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 --- dev-db/postgresql/postgresql-9.6.22-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db/postgresql/postgresql-9.6.22-r2.ebuild') diff --git a/dev-db/postgresql/postgresql-9.6.22-r2.ebuild b/dev-db/postgresql/postgresql-9.6.22-r2.ebuild index b23997533412..c105a7861618 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 -- cgit v1.2.3