From 43fd362d94e64e040b6bee53f5f9042fe7ce365f Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 5 Dec 2020 10:36:03 +0000 Subject: Updating liguros repo --- dev-python/pygresql/pygresql-5.2.1.ebuild | 2 +- dev-python/pygresql/pygresql-5.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pygresql') diff --git a/dev-python/pygresql/pygresql-5.2.1.ebuild b/dev-python/pygresql/pygresql-5.2.1.ebuild index 06c10bf31c27..bd1da3be9d25 100644 --- a/dev-python/pygresql/pygresql-5.2.1.ebuild +++ b/dev-python/pygresql/pygresql-5.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 POSTGRES_COMPAT=( 9.{5..6} {10..13} ) -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 postgres diff --git a/dev-python/pygresql/pygresql-5.2.ebuild b/dev-python/pygresql/pygresql-5.2.ebuild index c37b71570753..4dcd77a2d4da 100644 --- a/dev-python/pygresql/pygresql-5.2.ebuild +++ b/dev-python/pygresql/pygresql-5.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 POSTGRES_COMPAT=( 9.{5..6} {10..12} ) -PYTHON_COMPAT=( python3_{5..10} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} ) inherit distutils-r1 postgres -- cgit v1.3.1