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 191A61382C5 for ; Wed, 12 May 2021 08:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E056E07FE; Wed, 12 May 2021 08:12:50 +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 14759E07FE for ; Wed, 12 May 2021 08:12:50 +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 AC8B0340CD2 for ; Wed, 12 May 2021 08:12:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D870729 for ; Wed, 12 May 2021 08:12:47 +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: <1620807159.84e4851bfb361b8f6a15b3260ec86c696ce3b193.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/drkonqi/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/drkonqi/drkonqi-5.21.5-r1.ebuild kde-plasma/drkonqi/drkonqi-5.21.5.ebuild X-VCS-Directories: kde-plasma/drkonqi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84e4851bfb361b8f6a15b3260ec86c696ce3b193 X-VCS-Branch: master Date: Wed, 12 May 2021 08:12:47 +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: f3a4f2b2-dedc-40fa-a523-26933df1bb55 X-Archives-Hash: 567ec472b0af7312a7928a755e8524be commit: 84e4851bfb361b8f6a15b3260ec86c696ce3b193 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 12 07:48:41 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 12 08:12:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e4851b kde-plasma/drkonqi: Allow dev-util/lldb as alternative RDEPEND Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../drkonqi/{drkonqi-5.21.5.ebuild => drkonqi-5.21.5-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/drkonqi/drkonqi-5.21.5.ebuild b/kde-plasma/drkonqi/drkonqi-5.21.5-r1.ebuild similarity index 97% rename from kde-plasma/drkonqi/drkonqi-5.21.5.ebuild rename to kde-plasma/drkonqi/drkonqi-5.21.5-r1.ebuild index 36714ea93ce..f8b1658a7e5 100644 --- a/kde-plasma/drkonqi/drkonqi-5.21.5.ebuild +++ b/kde-plasma/drkonqi/drkonqi-5.21.5-r1.ebuild @@ -42,7 +42,10 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " RDEPEND="${COMMON_DEPEND} - sys-devel/gdb + || ( + sys-devel/gdb + dev-util/lldb + ) " src_configure() {