commit: 934829a728646465ea91586fe27d8c508779d0b6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 24 12:47:40 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 24 12:47:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934829a7
Revert "Enable py3.7" Reverting to fix the commit message. dev-python/dbus-python/dbus-python-1.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 df539fe46ab..3857687ebfe 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