Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwids/
Date: Fri, 14 Aug 2020 19:24:40
Message-Id: 1597433019.8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23.floppym@gentoo
1 commit: 8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 19:23:39 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 19:23:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9e689a
7
8 sys-apps/hwids: add support for python 3.8 and 3.9
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-apps/hwids/hwids-99999999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild
16 index c964e6ebfa1..fdc4a456ddd 100644
17 --- a/sys-apps/hwids/hwids-99999999.ebuild
18 +++ b/sys-apps/hwids/hwids-99999999.ebuild
19 @@ -8,7 +8,7 @@ inherit udev
20 DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
21 HOMEPAGE="https://github.com/gentoo/hwids"
22 if [[ ${PV} == 99999999 ]]; then
23 - PYTHON_COMPAT=( python3_{6,7} )
24 + PYTHON_COMPAT=( python3_{6..9} )
25 inherit git-r3 python-any-r1
26 EGIT_REPO_URI="https://github.com/gentoo/hwids.git"
27 else