From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EF53138334 for ; Fri, 20 Jul 2018 12:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97DA6E0919; Fri, 20 Jul 2018 12:38:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62704E0919 for ; Fri, 20 Jul 2018 12:38:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BDDA335CC8 for ; Fri, 20 Jul 2018 12:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC587370 for ; Fri, 20 Jul 2018 12:38:30 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1532090300.0cbbd2e07732410bd9e402690d2093e20091a0a5.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbutils/usbutils-010.ebuild X-VCS-Directories: sys-apps/usbutils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0cbbd2e07732410bd9e402690d2093e20091a0a5 X-VCS-Branch: master Date: Fri, 20 Jul 2018 12:38:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e3e7e538-565e-4051-a68d-f1b9b8a306b3 X-Archives-Hash: 0d09b25681f4a143822b89b998783a07 commit: 0cbbd2e07732410bd9e402690d2093e20091a0a5 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jul 20 12:37:54 2018 +0000 Commit: Thomas Deutschmann gentoo 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