summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-08-14 15:23:39 -0400
committerMike Gilbert <floppym@gentoo.org>2020-08-14 15:23:39 -0400
commit8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23 (patch)
treed56540ce36dfe3938256fbb1529893b52f20a177 /sys-apps/hwids
parentsys-apps/hwids: bump to 20200813.1 (diff)
downloadgentoo-8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23.tar.gz
gentoo-8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23.tar.bz2
gentoo-8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23.zip
sys-apps/hwids: add support for python 3.8 and 3.9
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/hwids')
-rw-r--r--sys-apps/hwids/hwids-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild
index c964e6ebfa16..fdc4a456ddd5 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