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 BF86F138334 for ; Wed, 11 Sep 2019 10:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED317E09E8; Wed, 11 Sep 2019 10:27:57 +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 D072AE09E7 for ; Wed, 11 Sep 2019 10:27:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9993634B037 for ; Wed, 11 Sep 2019 10:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29EEA744 for ; Wed, 11 Sep 2019 10:27:55 +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: <1568197662.1372efae5da952416c819e2488a09c1a01826011.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/step/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/step/step-9999.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1372efae5da952416c819e2488a09c1a01826011 X-VCS-Branch: master Date: Wed, 11 Sep 2019 10:27:55 +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: 7a6a8968-969a-46a7-b444-d5d2360db4cb X-Archives-Hash: c786e479d72bdbe3a3837a5f0bc0e8f0 commit: 1372efae5da952416c819e2488a09c1a01826011 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 11 08:20:51 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 11 10:27:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1372efae kde-apps/step: Drop unused DEPEND Upstream commit 654d5fd3472d5e39a0c19102b98800f0fdc09294 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/step/step-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/step/step-9999.ebuild b/kde-apps/step/step-9999.ebuild index ac11b64e3f..170e5b1ff5 100644 --- a/kde-apps/step/step-9999.ebuild +++ b/kde-apps/step/step-9999.ebuild @@ -21,7 +21,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) - $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)