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/dbus-python/
Date: Sun, 01 Dec 2019 19:30:44
Message-Id: 1575228587.dc55226a94c4f93811ac135ccc9ac0f59d79a0de.asturm@gentoo
1 commit: dc55226a94c4f93811ac135ccc9ac0f59d79a0de
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 16:58:42 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 19:29:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc55226a
7
8 dev-python/dbus-python: python3_8
9
10 Tests pass.
11
12 Package-Manager: Portage-2.3.80, Repoman-2.3.19
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/dbus-python/dbus-python-1.2.12.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/dbus-python/dbus-python-1.2.12.ebuild b/dev-python/dbus-python/dbus-python-1.2.12.ebuild
19 index 6281e63763f..2f593555628 100644
20 --- a/dev-python/dbus-python/dbus-python-1.2.12.ebuild
21 +++ b/dev-python/dbus-python/dbus-python-1.2.12.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
27 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
28 PYTHON_REQ_USE="threads(+)"
29
30 inherit autotools python-r1