From 0cbbd2e07732410bd9e402690d2093e20091a0a5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 20 Jul 2018 14:37:54 +0200 Subject: 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(-) (limited to 'sys-apps') diff --git a/sys-apps/usbutils/usbutils-010.ebuild b/sys-apps/usbutils/usbutils-010.ebuild index 7ae5f0e8c309..6f049d0533bf 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 -- cgit v1.2.3-65-gdbad