diff options
-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 |