projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4064100
)
sys-apps/usbutils: Remove Py3.x support
author
Thomas Deutschmann
<whissi@gentoo.org>
Fri, 20 Jul 2018 12:37:54 +0000
(14:37 +0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Fri, 20 Jul 2018 12:38:20 +0000
(14:38 +0200)
Python script installed by that package doesn't work using
Py3.x.
Closes: https://bugs.gentoo.org/661606
Package-Manager: Portage-2.3.43, Repoman-2.3.10
sys-apps/usbutils/usbutils-010.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/usbutils/usbutils-010.ebuild
b/sys-apps/usbutils/usbutils-010.ebuild
index 7ae5f0e8c30997c0a85f7cb1c601bfa041f1f641..6f049d0533bfd733c31c41e8f719aff0114eea8e 100644
(file)
--- a/
sys-apps/usbutils/usbutils-010.ebuild
+++ b/
sys-apps/usbutils/usbutils-010.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python
3_{4,5,6}
)
+PYTHON_COMPAT=( python
2_7
)
inherit python-single-r1