dev-util/cppcheck: Sort DEPENDs
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 22 Nov 2017 19:53:20 +0000 (20:53 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 22 Nov 2017 22:00:50 +0000 (23:00 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

dev-util/cppcheck/cppcheck-1.81.ebuild

index 2cc7f0445c16d7d0a35feecab4073e3c8879f012..765ecfadc61a7b37a09ca8147ed6e2d5a3fdf4e6 100644 (file)
@@ -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