From 130635d958ee8c84dfdb22959bde0644cd96190c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Sep 2020 10:12:49 +0200 Subject: [PATCH] dev-python/dbus-python: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{dbus-python-1.2.16.ebuild => dbus-python-1.2.16-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/dbus-python/{dbus-python-1.2.16.ebuild => dbus-python-1.2.16-r1.ebuild} (97%) 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 e07d2500f7186..3e8404ab9e9d1 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