From 39be091436262f89dc8e3995f45e568d7bdad48f Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:25:42 +0100 Subject: dev-util/cpplint: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- dev-util/cpplint/cpplint-20200102.ebuild | 4 ++-- 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 -- cgit v1.2.3