Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
Date: Tue, 26 Jun 2018 18:46:42
Message-Id: 1530038776.f6050ed94749b329378f149d5481182740dbb2cc.pacho@gentoo
1 commit: f6050ed94749b329378f149d5481182740dbb2cc
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 18:37:33 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 18:46:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6050ed9
7
8 dev-util/cppcheck: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/cppcheck/cppcheck-1.81.ebuild | 2 +-
13 dev-util/cppcheck/cppcheck-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild
17 index f5cd79c67e4..ce60d5ec062 100644
18 --- a/dev-util/cppcheck/cppcheck-1.81.ebuild
19 +++ b/dev-util/cppcheck/cppcheck-1.81.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26
27 inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs
28
29
30 diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild
31 index 4ed390f176f..2ef2f6f37ca 100644
32 --- a/dev-util/cppcheck/cppcheck-9999.ebuild
33 +++ b/dev-util/cppcheck/cppcheck-9999.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40
41 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
42 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
43
44 inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs git-r3