summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2022-01-15 07:08:01 +0100
committerMartin Väth <martin@mvath.de>2022-01-15 07:08:01 +0100
commitb803dcf240c9c14f1c4b305f8520e57bbdad3e38 (patch)
tree74eb0923ad75ce973a048de4f003a7ce535fb731 /dev-cpp
parentapp-portage/etcat: EAPI bump. Create missing stardict.eclass (diff)
downloadmv-b803dcf240c9c14f1c4b305f8520e57bbdad3e38.tar.gz
mv-b803dcf240c9c14f1c4b305f8520e57bbdad3e38.tar.bz2
mv-b803dcf240c9c14f1c4b305f8520e57bbdad3e38.zip
Bump most packages to EAPI=8
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/cpplint/cpplint-99999999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/cpplint/cpplint-99999999.ebuild b/dev-cpp/cpplint/cpplint-99999999.ebuild
index 6752cda9..2b13460f 100644
--- a/dev-cpp/cpplint/cpplint-99999999.ebuild
+++ b/dev-cpp/cpplint/cpplint-99999999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2012-2021 Martin V\"ath
+# Copyright 2012-2022 Martin V\"ath
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} )
EGIT_REPO_URI="https://github.com/google/styleguide.git"
inherit elisp-common git-r3 python-single-r1