From: Michał Górny Date: Tue, 24 Jul 2018 12:47:40 +0000 (+0200) Subject: Revert "Enable py3.7" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=934829a728646465ea91586fe27d8c508779d0b6;p=gentoo.git Revert "Enable py3.7" Reverting to fix the commit message. --- diff --git a/dev-python/dbus-python/dbus-python-1.2.8.ebuild b/dev-python/dbus-python/dbus-python-1.2.8.ebuild index df539fe46ab6..3857687ebfe5 100644 --- a/dev-python/dbus-python/dbus-python-1.2.8.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit autotools python-r1