commit: c7ff1b1fafcbe0c632a84ceac03b2fca5ad54027 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 22 19:53:20 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 22:00:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ff1b1f
dev-util/cppcheck: Sort DEPENDs Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-util/cppcheck/cppcheck-1.81.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild index 2cc7f0445c1..765ecfadc61 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