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 82103138330 for ; Thu, 13 Oct 2016 11:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B5FE0C64; Thu, 13 Oct 2016 11:23:12 +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 2CC87E0C64 for ; Thu, 13 Oct 2016 11:23:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3A05434112A for ; Thu, 13 Oct 2016 11:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00C12FA for ; Thu, 13 Oct 2016 11:23:08 +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: <1476357779.0c94634e7c7484c5d33049ae05a5e741d8c6bda5.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: 0c94634e7c7484c5d33049ae05a5e741d8c6bda5 X-VCS-Branch: master Date: Thu, 13 Oct 2016 11:23:08 +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: 5eddd3c6-eb85-49f3-90f3-4ffa9f897116 X-Archives-Hash: a1d37893381d9a138131b4b52496458f commit: 0c94634e7c7484c5d33049ae05a5e741d8c6bda5 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 13 11:21:22 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 13 11:22:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c94634e kde-apps/kleopatra: gpgmepp -> gpgme[qt5] Upstream-commit: 920027ccdaad7420c37057cbb244095e898ca7d8 Package-Manager: portage-2.3.2 kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index 95810f3..8e104a2 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -32,7 +32,6 @@ DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep gpgmepp) $(add_kdeapps_dep kmime) $(add_kdeapps_dep libkleo) $(add_qt_dep qtdbus) @@ -40,6 +39,7 @@ DEPEND=" $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.7.1[cxx,qt5] dev-libs/boost:= dev-libs/libassuan dev-libs/libgpg-error