summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2022-02-18 15:36:02 +0100
committerMartin Väth <martin@mvath.de>2022-02-18 15:36:02 +0100
commit0fff39cb7464adc83b69970b1dfe2587f496392c (patch)
tree1bbb6684f3bddca60d8e0092c43d165e8544fd9b /dev-cpp
parentmedia-video/video-mv: Version bump (diff)
downloadmv-0fff39cb7464adc83b69970b1dfe2587f496392c.tar.gz
mv-0fff39cb7464adc83b69970b1dfe2587f496392c.tar.bz2
mv-0fff39cb7464adc83b69970b1dfe2587f496392c.zip
Make pkgcheck happy
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 155ae8ba..362106fd 100644
--- a/dev-cpp/cpplint/cpplint-99999999.ebuild
+++ b/dev-cpp/cpplint/cpplint-99999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
EGIT_REPO_URI="https://github.com/google/styleguide.git"
inherit elisp-common git-r3 python-single-r1
RESTRICT="mirror"
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/google/styleguide"
SRC_URI=""
LICENSE="CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="emacs"
EMACSNAME="google-c-style"