From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22587138334 for ; Tue, 3 Sep 2019 20:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE1AE07F6; Tue, 3 Sep 2019 20:42:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B704E07F6 for ; Tue, 3 Sep 2019 20:42:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A992734AA71 for ; Tue, 3 Sep 2019 20:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A419622 for ; Tue, 3 Sep 2019 20:42:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1567543329.8f3ff4ae1e40f4ab275e810d4de712c5cffc7e96.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-5.4.9999.ebuild dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8f3ff4ae1e40f4ab275e810d4de712c5cffc7e96 X-VCS-Branch: master Date: Tue, 3 Sep 2019 20:42:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8182555b-379b-45fa-a2df-a9c3f3db2e31 X-Archives-Hash: a8b895d8f11764617b39a383a2ef2566 commit: 8f3ff4ae1e40f4ab275e810d4de712c5cffc7e96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 2 21:35:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 3 20:42:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f3ff4ae dev-util/kdevelop: Use system dev-utils/astyle Upstream commit b2d202225cdbbb22a6f15e4dfa4b68a6fec28636 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-5.4.9999.ebuild | 1 + dev-util/kdevelop/kdevelop-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/kdevelop/kdevelop-5.4.9999.ebuild b/dev-util/kdevelop/kdevelop-5.4.9999.ebuild index 6fae88586b..5ed1e8f93f 100644 --- a/dev-util/kdevelop/kdevelop-5.4.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-5.4.9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/grantlee:5 + >=dev-util/astyle-3.1:= >=sys-devel/clang-3.8.0:= gdbui? ( $(add_plasma_dep libksysguard) ) hex? ( app-editors/okteta:5 ) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index e3bfd72d8d..6dbf5501f1 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/grantlee:5 + >=dev-util/astyle-3.1:= >=sys-devel/clang-3.8.0:= gdbui? ( $(add_plasma_dep libksysguard) ) hex? ( app-editors/okteta:5 )