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 3188313835C for ; Fri, 14 May 2021 12:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55BA9E0891; Fri, 14 May 2021 12:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 22C12E088B for ; Fri, 14 May 2021 12:09:04 +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 4B4D3335D77 for ; Fri, 14 May 2021 12:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF44078C for ; Fri, 14 May 2021 12:09:00 +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: <1620985249.71560ef0d8b508ed13d58db9da6b2e0758d3c116.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kmenuedit/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kmenuedit/kmenuedit-9999.ebuild X-VCS-Directories: kde-plasma/kmenuedit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 71560ef0d8b508ed13d58db9da6b2e0758d3c116 X-VCS-Branch: master Date: Fri, 14 May 2021 12:09:00 +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: d8d40c2c-7fb5-4a7f-8b94-84a369c94aa1 X-Archives-Hash: d73d24992a37d2b30d6fa6bbd210a716 commit: 71560ef0d8b508ed13d58db9da6b2e0758d3c116 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 13 18:48:29 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 14 09:40:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=71560ef0 kde-plasma/kmenuedit: Drop unused DEPEND Upstream commit fcbae4cbadd52d8db1fa3524b42a1f8f29382ea5 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kmenuedit/kmenuedit-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-plasma/kmenuedit/kmenuedit-9999.ebuild b/kde-plasma/kmenuedit/kmenuedit-9999.ebuild index 9919d405d7..b36665fda5 100644 --- a/kde-plasma/kmenuedit/kmenuedit-9999.ebuild +++ b/kde-plasma/kmenuedit/kmenuedit-9999.ebuild @@ -36,6 +36,4 @@ RDEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 " -DEPEND="${RDEPEND} - >=kde-frameworks/kinit-${KFMIN}:5 -" +DEPEND="${RDEPEND}"