commit:     8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 19:23:39 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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

Reply via email to