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 13E3A138334 for ; Wed, 11 Sep 2019 10:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A9D8E09E7; Wed, 11 Sep 2019 10:27:58 +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 E746FE09E7 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 B98BD34B03C 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 3D8A9783 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: <1568197664.552b72ef60d5a2b2b15b411db96769bf09de5912.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalzium/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kalzium/kalzium-9999.ebuild X-VCS-Directories: kde-apps/kalzium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 552b72ef60d5a2b2b15b411db96769bf09de5912 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: 782a5dee-571d-414f-8d62-77ed8ae7cb0b X-Archives-Hash: 501fc2c0fe80d03628629112706c0feb commit: 552b72ef60d5a2b2b15b411db96769bf09de5912 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 11 08:20:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 11 10:27:44 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=552b72ef kde-apps/kalzium: Drop unused DEPEND Upstream commit 43e1ed49d2d0eab1aa71da86665f9ba0c867b4de Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kalzium/kalzium-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/kalzium/kalzium-9999.ebuild b/kde-apps/kalzium/kalzium-9999.ebuild index 8463b634f5..82a45387f2 100644 --- a/kde-apps/kalzium/kalzium-9999.ebuild +++ b/kde-apps/kalzium/kalzium-9999.ebuild @@ -16,7 +16,6 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kitemviews)