Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
Date: Sun, 01 Dec 2019 19:30:43
Message-Id: 1575228588.3105f1adbed65e9bab05d61237fbaeb501d1aa08.asturm@gentoo
1 commit: 3105f1adbed65e9bab05d61237fbaeb501d1aa08
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 17:00:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 19:29:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3105f1ad
7
8 dev-python/PyQt5: python3_8
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/PyQt5/PyQt5-5.13.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
17 index 615d14f2da9..bf0d0d6170b 100644
18 --- a/dev-python/PyQt5/PyQt5-5.13.2.ebuild
19 +++ b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
25 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
26 inherit multibuild python-r1 qmake-utils
27
28 DESCRIPTION="Python bindings for the Qt framework"