From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0BE1959CA4 for ; Mon, 7 Mar 2016 15:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C47121C15B; Mon, 7 Mar 2016 15:13:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E73DC21C14B for ; Mon, 7 Mar 2016 15:13:54 +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 C44C434076D for ; Mon, 7 Mar 2016 15:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C5E81607 for ; Mon, 7 Mar 2016 15:13:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457363618.020ee1cc40938c699ad424e6c5100b0694767c51.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-9999.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 020ee1cc40938c699ad424e6c5100b0694767c51 X-VCS-Branch: master Date: Mon, 7 Mar 2016 15:13:52 +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: ebbaf183-d5f3-4358-8c1c-1c4ac97706e4 X-Archives-Hash: 2a8a56c6dfea28819304e73eebd4011f commit: 020ee1cc40938c699ad424e6c5100b0694767c51 Author: Jan Kundrát kde org> AuthorDate: Wed Mar 2 14:28:19 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 7 15:13:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=020ee1cc kleopatra: remove unused dependencies It builds and runs just fine without these packages. kde-apps/kleopatra/kleopatra-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index 804ca59..702b1e4 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -31,8 +31,6 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_kdeapps_dep gpgmepp) $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep libkdepim) $(add_kdeapps_dep libkleo) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) @@ -49,7 +47,6 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim[kdepim_features_kleopatra] !=app-crypt/gnupg-2.1 "