Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/
Date: Tue, 03 Sep 2019 17:29:09
Message-Id: 1567531725.c03e682c6e87adcab561fc7af783da34f2078a11.asturm@gentoo
1 commit: c03e682c6e87adcab561fc7af783da34f2078a11
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 21:35:23 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 3 17:28:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03e682c
7
8 dev-util/kdevelop: Use system dev-utils/astyle
9
10 Upstream commit b2d202225cdbbb22a6f15e4dfa4b68a6fec28636
11
12 Package-Manager: Portage-2.3.75, Repoman-2.3.17
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-util/kdevelop/kdevelop-5.4.2.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-util/kdevelop/kdevelop-5.4.2.ebuild b/dev-util/kdevelop/kdevelop-5.4.2.ebuild
19 index 6fae88586b6..5ed1e8f93f5 100644
20 --- a/dev-util/kdevelop/kdevelop-5.4.2.ebuild
21 +++ b/dev-util/kdevelop/kdevelop-5.4.2.ebuild
22 @@ -60,6 +60,7 @@ COMMON_DEPEND="
23 $(add_qt_dep qtwidgets)
24 $(add_qt_dep qtxml)
25 dev-libs/grantlee:5
26 + >=dev-util/astyle-3.1:=
27 >=sys-devel/clang-3.8.0:=
28 gdbui? ( $(add_plasma_dep libksysguard) )
29 hex? ( app-editors/okteta:5 )