summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-22 20:53:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-22 23:00:50 +0100
commitc7ff1b1fafcbe0c632a84ceac03b2fca5ad54027 (patch)
tree36de1436ad1091fdaf97c5bc3de59a4d5eb74f33 /dev-util/cppcheck
parentdev-util/cppcheck: 1.81 version bump (diff)
downloadgentoo-c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027.tar.gz
gentoo-c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027.tar.bz2
gentoo-c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027.zip
dev-util/cppcheck: Sort DEPENDs
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r--dev-util/cppcheck/cppcheck-1.81.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild
index 2cc7f0445c16..765ecfadc61a 100644
--- a/dev-util/cppcheck/cppcheck-1.81.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.81.ebuild
@@ -16,14 +16,17 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
IUSE="htmlreport pcre qt5"
-RDEPEND="htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
+RDEPEND="
>=dev-libs/tinyxml2-2
+ htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
+ pcre? ( dev-libs/libpcre )
qt5? ( dev-qt/qtgui:5 )
- pcre? ( dev-libs/libpcre )"
+"
DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
src_prepare() {
append-cxxflags -std=c++0x