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 3A4921382C5 for ; Wed, 16 May 2018 07:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A67EE08EB; Wed, 16 May 2018 07:51:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 43123E08EB for ; Wed, 16 May 2018 07:51:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C534335C09 for ; Wed, 16 May 2018 07:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3806343 for ; Wed, 16 May 2018 07:51:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1526457102.f7e78c503f20bc7a58b81f40cda59d99604046db.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f7e78c503f20bc7a58b81f40cda59d99604046db X-VCS-Branch: master Date: Wed, 16 May 2018 07:51:46 +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: e4c21f64-74f6-434b-9e9f-789b22bad49d X-Archives-Hash: 51471d8c8b4215eea369c343cb97bc45 commit: f7e78c503f20bc7a58b81f40cda59d99604046db Author: Lars Wendler gentoo org> AuthorDate: Wed May 16 07:51:27 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 16 07:51:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e78c50 sys-apps/usbutils: lsusb.py requires python3. Package-Manager: Portage-2.3.36, Repoman-2.3.9 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 6f049d0533b..7ae5f0e8c30 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=( python2_7 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit python-single-r1