Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
Date: Wed, 22 Nov 2017 22:01:09
Message-Id: 1511388050.c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027.asturm@gentoo
1 commit: c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 22 19:53:20 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 22 22:00:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ff1b1f
7
8 dev-util/cppcheck: Sort DEPENDs
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 dev-util/cppcheck/cppcheck-1.81.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild
16 index 2cc7f0445c1..765ecfadc61 100644
17 --- a/dev-util/cppcheck/cppcheck-1.81.ebuild
18 +++ b/dev-util/cppcheck/cppcheck-1.81.ebuild
19 @@ -16,14 +16,17 @@ SLOT="0"
20 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
21 IUSE="htmlreport pcre qt5"
22
23 -RDEPEND="htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
24 +RDEPEND="
25 >=dev-libs/tinyxml2-2
26 + htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
27 + pcre? ( dev-libs/libpcre )
28 qt5? ( dev-qt/qtgui:5 )
29 - pcre? ( dev-libs/libpcre )"
30 +"
31 DEPEND="${RDEPEND}
32 app-text/docbook-xsl-stylesheets
33 dev-libs/libxslt
34 - virtual/pkgconfig"
35 + virtual/pkgconfig
36 +"
37
38 src_prepare() {
39 append-cxxflags -std=c++0x