commit: 130635d958ee8c84dfdb22959bde0644cd96190c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 08:12:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 08:16:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130635d9
dev-python/dbus-python: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{dbus-python-1.2.16.ebuild => dbus-python-1.2.16-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-python/dbus-python-1.2.16.ebuild
b/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild
similarity index 97%
rename from dev-python/dbus-python/dbus-python-1.2.16.ebuild
rename to dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild
index e07d2500f71..3e8404ab9e9 100644
--- a/dev-python/dbus-python/dbus-python-1.2.16.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1