Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/
Date: Sun, 31 Oct 2021 06:26:36
Message-Id: 1635661569.66c2e9977354dab7482e2bb8f70e4791438295e8.arthurzam@gentoo
1 commit: 66c2e9977354dab7482e2bb8f70e4791438295e8
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 05:55:56 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 06:26:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c2e997
7
8 dev-python/python-poppler-qt5: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
16 index f4b01c824a5..6e7ff364efe 100644
17 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
18 +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1 qmake-utils
26
27 DESCRIPTION="Python binding for libpoppler-qt5"