diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-22 20:53:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-22 23:00:50 +0100 |
commit | c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027 (patch) | |
tree | 36de1436ad1091fdaf97c5bc3de59a4d5eb74f33 /dev-util | |
parent | dev-util/cppcheck: 1.81 version bump (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/cppcheck/cppcheck-1.81.ebuild | 9 |
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 |