diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-03 22:18:50 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-03 22:18:50 +0100 |
commit | b9cf83f74ef87ec925ac9d0255eceda63c3843a2 (patch) | |
tree | 9747bfd1ad2377f4a854fec5389a4d11ca83f2fa | |
parent | net-p2p/kovri: add support for python3.9 (diff) | |
download | portage-b9cf83f74ef87ec925ac9d0255eceda63c3843a2.tar.xz |
dev-util/cpplint: add support for python3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.2
-rw-r--r-- | dev-util/cpplint/cpplint-20200102.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cpplint/cpplint-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cpplint/cpplint-20200102.ebuild b/dev-util/cpplint/cpplint-20200102.ebuild index 4299c57d..63d7b889 100644 --- a/dev-util/cpplint/cpplint-20200102.ebuild +++ b/dev-util/cpplint/cpplint-20200102.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,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 5e081e4f..663d5cce 100644 --- a/dev-util/cpplint/cpplint-9999.ebuild +++ b/dev-util/cpplint/cpplint-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit python-single-r1 git-r3 |