From: Michał Górny Date: Mon, 10 Feb 2020 13:05:53 +0000 (+0100) Subject: sys-apps/dbus: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a4e63d8627a7a6d276dec3c60b0f8fef007713a2;p=gentoo.git sys-apps/dbus: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/sys-apps/dbus/dbus-1.12.16.ebuild b/sys-apps/dbus/dbus-1.12.16.ebuild index 4ae10f92cbd0..7a9f46fbf42a 100644 --- a/sys-apps/dbus/dbus-1.12.16.ebuild +++ b/sys-apps/dbus/dbus-1.12.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools flag-o-matic linux-info python-any-r1 readme.gentoo-r1 systemd virtualx multilib-minimal DESCRIPTION="A message bus system, a simple way for applications to talk to each other"