summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-03-16 21:41:52 -0400
committerMike Gilbert <floppym@gentoo.org>2019-03-16 21:41:52 -0400
commit3540e0cd37ff19e64cf74bef70d6e84607e052c8 (patch)
treec16d81cd99da70238d06ea2ffcaa36e12dd8c99b /sys-apps/hwids/hwids-99999999.ebuild
parentdev-python/qrcode: keyword ~arm (diff)
downloadgentoo-3540e0cd37ff19e64cf74bef70d6e84607e052c8.tar.gz
gentoo-3540e0cd37ff19e64cf74bef70d6e84607e052c8.tar.bz2
gentoo-3540e0cd37ff19e64cf74bef70d6e84607e052c8.zip
sys-apps/hwids: bump to 20190316
Package-Manager: Portage-2.3.62, Repoman-2.3.12_p83 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/hwids/hwids-99999999.ebuild')
-rw-r--r--sys-apps/hwids/hwids-99999999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild
index 79a041389fd9..5b05dcf19fcb 100644
--- a/sys-apps/hwids/hwids-99999999.ebuild
+++ b/sys-apps/hwids/hwids-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -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 )
+ PYTHON_COMPAT=( python3_{6,7} )
inherit git-r3 python-any-r1
EGIT_REPO_URI="${HOMEPAGE}.git"
else