commit: c83a26ec74a34122b7184bc15d5b1712a9c066f0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 20:41:36 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 04:17:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83a26ec
dev-python/psycopg: python3_8
Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/psycopg/psycopg-2.8.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild
b/dev-python/psycopg/psycopg-2.8.3.ebuild
index 4dcde6dd50e..96a3b6619ef 100644
--- a/dev-python/psycopg/psycopg-2.8.3.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit distutils-r1 flag-o-matic
@@ -23,7 +23,7 @@ RDEPEND=">=dev-db/postgresql-8.1:*"
DEPEND="${RDEPEND}
doc? (
>=dev-python/pygments-2.2[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-1.6
)"
RESTRICT="test"