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 D6F6B139694 for ; Fri, 3 Mar 2017 19:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75D6E21C039; Fri, 3 Mar 2017 19:28:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F39121C038 for ; Fri, 3 Mar 2017 19:28:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C1E43417B8 for ; Fri, 3 Mar 2017 19:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B577A5B46 for ; Fri, 3 Mar 2017 19:28:13 +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: <1488569263.f338d9209dde1ecc9e644e10f3430981ceaeafd8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild X-VCS-Directories: kde-apps/pim-sieve-editor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f338d9209dde1ecc9e644e10f3430981ceaeafd8 X-VCS-Branch: master Date: Fri, 3 Mar 2017 19:28:13 +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-Archives-Salt: 8efe4d31-1e83-4a9a-b53e-7f879f13a562 X-Archives-Hash: a8c68a9b3447ce8486c267984c864169 commit: f338d9209dde1ecc9e644e10f3430981ceaeafd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 3 19:27:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 3 19:27:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f338d920 kde-apps/pim-sieve-editor: Drop unused DEPEND Upstream commit b2943377532883c6be88dd14190c52a1204e1ab2 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild index 65e79001b9..65e927eac9 100644 --- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild +++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild @@ -33,7 +33,6 @@ DEPEND=" $(add_kdeapps_dep kcontacts) $(add_kdeapps_dep kmailtransport) $(add_kdeapps_dep libksieve) - $(add_kdeapps_dep messagelib) $(add_kdeapps_dep pimcommon) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork)