commit: 0cbbd2e07732410bd9e402690d2093e20091a0a5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Jul 20 12:37:54 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jul 20 12:38:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbbd2e0
sys-apps/usbutils: Remove Py3.x support Python script installed by that package doesn't work using Py3.x. Closes: https://bugs.gentoo.org/661606 Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-apps/usbutils/usbutils-010.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/usbutils/usbutils-010.ebuild b/sys-apps/usbutils/usbutils-010.ebuild index 7ae5f0e8c30..6f049d0533b 100644 --- a/sys-apps/usbutils/usbutils-010.ebuild +++ b/sys-apps/usbutils/usbutils-010.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1
