commit:     52ffdc5fc157c172395bae49638030534e09bf17
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  8 21:06:13 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 21:59:30 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52ffdc5f

dev-util/kdevelop-clang-tidy: RDEPEND on sys-devel/clang

Using ClangTidy at RUNTIME.

Package-Manager: Portage-2.3.45, Repoman-2.3.10

 dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild 
b/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild
index abe6947f38..e5ec7ac267 100644
--- a/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild
+++ b/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="KDevelop plugin for clang-tidy static analysis 
support"
 LICENSE="GPL-2+"
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
        $(add_frameworks_dep kconfig)
        $(add_frameworks_dep kcoreaddons)
        $(add_frameworks_dep ki18n)
@@ -31,7 +31,10 @@ RDEPEND="
        $(add_qt_dep qtwidgets)
        >=dev-util/kdevelop-5.2.3:5
 "
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+       sys-devel/clang:*
+"
+DEPEND="${COMMON_DEPEND}
        dev-libs/boost
 "
 

Reply via email to