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 77604138334 for ; Fri, 13 Sep 2019 14:21:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D249E0C48; Fri, 13 Sep 2019 14:21:32 +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 653F9E0C48 for ; Fri, 13 Sep 2019 14:21:31 +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 2C2BC34B108 for ; Fri, 13 Sep 2019 14:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 202F8720 for ; Fri, 13 Sep 2019 14:21:28 +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: <1568383923.75d70f5f96ea54ac7bb06bf89a48262946549d5d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwallet/kwallet-9999.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75d70f5f96ea54ac7bb06bf89a48262946549d5d X-VCS-Branch: master Date: Fri, 13 Sep 2019 14:21:28 +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: 6381c21f-c692-4e34-a93c-039a0ec211ce X-Archives-Hash: b569a4553f744af3041aad2310bb02dd commit: 75d70f5f96ea54ac7bb06bf89a48262946549d5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 13 14:12:03 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 13 14:12:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=75d70f5f kde-frameworks/kwallet: Drop unused DEPEND Upstream commit ef7ec39e9be1ac9e32d64ecc0805f0a3475d86c1 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwallet/kwallet-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-frameworks/kwallet/kwallet-9999.ebuild b/kde-frameworks/kwallet/kwallet-9999.ebuild index 3b9f7e24c5..3d81b948e0 100644 --- a/kde-frameworks/kwallet/kwallet-9999.ebuild +++ b/kde-frameworks/kwallet/kwallet-9999.ebuild @@ -19,7 +19,6 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) $(add_frameworks_dep knotifications) $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons)