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 D5314138359 for ; Fri, 14 Aug 2020 19:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFDBEE0817; Fri, 14 Aug 2020 19:24:39 +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 D5C27E0817 for ; Fri, 14 Aug 2020 19:24:39 +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 E0D5734F33D for ; Fri, 14 Aug 2020 19:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 668EC22B for ; Fri, 14 Aug 2020 19:24:37 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1597433019.8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwids/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwids/hwids-99999999.ebuild X-VCS-Directories: sys-apps/hwids/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23 X-VCS-Branch: master Date: Fri, 14 Aug 2020 19:24:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de9fc387-8cdb-442e-80db-c8a49f1f3dd9 X-Archives-Hash: 78824d14db985d175a384a73e7a6d7c4 commit: 8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23 Author: Mike Gilbert gentoo org> AuthorDate: Fri Aug 14 19:23:39 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 14 19:23:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9e689a sys-apps/hwids: add support for python 3.8 and 3.9 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/hwids/hwids-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild index c964e6ebfa1..fdc4a456ddd 100644 --- a/sys-apps/hwids/hwids-99999999.ebuild +++ b/sys-apps/hwids/hwids-99999999.ebuild @@ -8,7 +8,7 @@ inherit udev DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases" HOMEPAGE="https://github.com/gentoo/hwids" if [[ ${PV} == 99999999 ]]; then - PYTHON_COMPAT=( python3_{6,7} ) + PYTHON_COMPAT=( python3_{6..9} ) inherit git-r3 python-any-r1 EGIT_REPO_URI="https://github.com/gentoo/hwids.git" else