diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:37:33 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:46:16 +0200 |
commit | f6050ed94749b329378f149d5481182740dbb2cc (patch) | |
tree | a41510e3349fd8e2f4f82dcceef64cbeca4b2d2d /dev-util/cppcheck/cppcheck-9999.ebuild | |
parent | b610644fc4029953b90a7fe470da712ad25928a6 (diff) | |
download | gentoo-f6050ed94749b329378f149d5481182740dbb2cc.tar.gz gentoo-f6050ed94749b329378f149d5481182740dbb2cc.tar.xz |
dev-util/cppcheck: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-util/cppcheck/cppcheck-9999.ebuild')
-rw-r--r-- | dev-util/cppcheck/cppcheck-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild index 4ed390f176f..2ef2f6f37ca 100644 --- a/dev-util/cppcheck/cppcheck-9999.ebuild +++ b/dev-util/cppcheck/cppcheck-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs git-r3 |