diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:25:42 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:07 +0100 |
commit | 39be091436262f89dc8e3995f45e568d7bdad48f (patch) | |
tree | 32c1ac802e04d1b44268c1bb6a6b656ee61a1580 | |
parent | dev-util/coverity: move to EAPI 7 (diff) | |
download | portage-39be091436262f89dc8e3995f45e568d7bdad48f.tar.xz |
dev-util/cpplint: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-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 f1001736..4299c57d 100644 --- a/dev-util/cpplint/cpplint-20200102.ebuild +++ b/dev-util/cpplint/cpplint-20200102.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit python-single-r1 git-r3 diff --git a/dev-util/cpplint/cpplint-9999.ebuild b/dev-util/cpplint/cpplint-9999.ebuild index 8c845598..5e081e4f 100644 --- a/dev-util/cpplint/cpplint-9999.ebuild +++ b/dev-util/cpplint/cpplint-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit python-single-r1 git-r3 |