diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:34:20 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:34:20 +0100 |
commit | 59b19be21ac50c317de8f55c1340cd2d802dc78b (patch) | |
tree | 1e375fded992b827ee3a966ba4041b88557b5855 | |
parent | dev-python/trezor: drop python 3.7 (diff) | |
download | portage-59b19be21ac50c317de8f55c1340cd2d802dc78b.tar.xz |
dev-util/cpplint: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
-rw-r--r-- | dev-util/cpplint/cpplint-20200102.ebuild | 2 | ||||
-rw-r--r-- | dev-util/cpplint/cpplint-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cpplint/cpplint-20200102.ebuild b/dev-util/cpplint/cpplint-20200102.ebuild index 63d7b889..26197e3e 100644 --- a/dev-util/cpplint/cpplint-20200102.ebuild +++ b/dev-util/cpplint/cpplint-20200102.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) inherit python-single-r1 git-r3 diff --git a/dev-util/cpplint/cpplint-9999.ebuild b/dev-util/cpplint/cpplint-9999.ebuild index 663d5cce..afd5b03f 100644 --- a/dev-util/cpplint/cpplint-9999.ebuild +++ b/dev-util/cpplint/cpplint-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) inherit python-single-r1 git-r3 |