diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:44:18 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:08 +0100 |
commit | d761019f9f9cb7ec3987184b73279801a9650258 (patch) | |
tree | 46024f4fc9f368c50dde0bdc64d95753d003055a /dev-python | |
parent | dev-python/hidapi: move to EAPI 7 (diff) | |
download | portage-d761019f9f9cb7ec3987184b73279801a9650258.tar.xz |
dev-python/libusb1: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libusb1/libusb1-1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libusb1/libusb1-1.8.ebuild b/dev-python/libusb1/libusb1-1.8.ebuild index b29a7dee..78cfb83b 100644 --- a/dev-python/libusb1/libusb1-1.8.ebuild +++ b/dev-python/libusb1/libusb1-1.8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python{3_7,3_8} ) inherit distutils-r1 |