sys-apps/dbus: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:53 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:30 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/dbus/dbus-1.12.16.ebuild

index 4ae10f92cbd0a5fc64595310ee176cc7a597358c..7a9f46fbf42a2579f54a3a41c9175bcbf80da0cf 100644 (file)
@@ -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"