summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:05:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:30 +0100
commita4e63d8627a7a6d276dec3c60b0f8fef007713a2 (patch)
treeea9453895422cffa56cc3f9e4fa01b2751dad7f1 /sys-apps/dbus
parentsys-apps/coreutils: Remove py2 where possible (diff)
downloadgentoo-a4e63d8627a7a6d276dec3c60b0f8fef007713a2.tar.gz
gentoo-a4e63d8627a7a6d276dec3c60b0f8fef007713a2.tar.bz2
gentoo-a4e63d8627a7a6d276dec3c60b0f8fef007713a2.zip
sys-apps/dbus: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/dbus-1.12.16.ebuild2
1 files changed, 1 insertions, 1 deletions
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"