Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
Date: Tue, 11 Feb 2020 12:16:38
Message-Id: 1581423368.92e1825b50decb5e479b68eb452c4c2a56d3e4dd.mgorny@gentoo
1 commit: 92e1825b50decb5e479b68eb452c4c2a56d3e4dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:55:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e1825b
7
8 dev-util/cppcheck: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/cppcheck/cppcheck-1.86.ebuild | 2 +-
13 dev-util/cppcheck/cppcheck-1.87.ebuild | 2 +-
14 dev-util/cppcheck/cppcheck-1.88.ebuild | 2 +-
15 dev-util/cppcheck/cppcheck-9999.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-util/cppcheck/cppcheck-1.86.ebuild b/dev-util/cppcheck/cppcheck-1.86.ebuild
19 index d0a3a701f5e..03e138c8250 100644
20 --- a/dev-util/cppcheck/cppcheck-1.86.ebuild
21 +++ b/dev-util/cppcheck/cppcheck-1.86.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python{2_7,3_6} )
27 +PYTHON_COMPAT=( python3_6 )
28 inherit distutils-r1 qmake-utils toolchain-funcs
29
30 DESCRIPTION="Static analyzer of C/C++ code"
31
32 diff --git a/dev-util/cppcheck/cppcheck-1.87.ebuild b/dev-util/cppcheck/cppcheck-1.87.ebuild
33 index 26637d9af92..cd7a61d7ca8 100644
34 --- a/dev-util/cppcheck/cppcheck-1.87.ebuild
35 +++ b/dev-util/cppcheck/cppcheck-1.87.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
41 +PYTHON_COMPAT=( python{3_6,3_7} )
42 inherit distutils-r1 qmake-utils toolchain-funcs
43
44 DESCRIPTION="Static analyzer of C/C++ code"
45
46 diff --git a/dev-util/cppcheck/cppcheck-1.88.ebuild b/dev-util/cppcheck/cppcheck-1.88.ebuild
47 index 8c92f60d803..2188aa6907f 100644
48 --- a/dev-util/cppcheck/cppcheck-1.88.ebuild
49 +++ b/dev-util/cppcheck/cppcheck-1.88.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
55 +PYTHON_COMPAT=( python{3_6,3_7} )
56 inherit distutils-r1 qmake-utils toolchain-funcs
57
58 DESCRIPTION="Static analyzer of C/C++ code"
59
60 diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild
61 index 00d16748b09..b5bb8e433e7 100644
62 --- a/dev-util/cppcheck/cppcheck-9999.ebuild
63 +++ b/dev-util/cppcheck/cppcheck-9999.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
69 +PYTHON_COMPAT=( python{3_6,3_7} )
70 inherit distutils-r1 git-r3 qmake-utils toolchain-funcs
71
72 DESCRIPTION="Static analyzer of C/C++ code"