diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-08-14 15:23:39 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-08-14 15:23:39 -0400 |
commit | 8b9e689a26ee6cf8e55e599cd23ac6b9a62cad23 (patch) | |
tree | d56540ce36dfe3938256fbb1529893b52f20a177 /sys-apps/hwids | |
parent | sys-apps/hwids: bump to 20200813.1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |