Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/
Date: Mon, 10 Feb 2020 13:26:59
Message-Id: 1581341190.a4e63d8627a7a6d276dec3c60b0f8fef007713a2.mgorny@gentoo
1 commit: a4e63d8627a7a6d276dec3c60b0f8fef007713a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:05:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e63d86
7
8 sys-apps/dbus: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/dbus/dbus-1.12.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/dbus/dbus-1.12.16.ebuild b/sys-apps/dbus/dbus-1.12.16.ebuild
16 index 4ae10f92cbd..7a9f46fbf42 100644
17 --- a/sys-apps/dbus/dbus-1.12.16.ebuild
18 +++ b/sys-apps/dbus/dbus-1.12.16.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25 inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd virtualx multilib-minimal
26
27 DESCRIPTION="A message bus system, a simple way for applications to talk to each other"