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 94FED59CAF for ; Sat, 2 Apr 2016 16:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8518A21C033; Sat, 2 Apr 2016 16:06:16 +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 206E621C033 for ; Sat, 2 Apr 2016 16:06:15 +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 2ABCE340E3A for ; Sat, 2 Apr 2016 16:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3719ECB for ; Sat, 2 Apr 2016 16:06:11 +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: <1459612570.c5b972f5efc37e85f5bdb411d9a04573e045338a.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: c5b972f5efc37e85f5bdb411d9a04573e045338a X-VCS-Branch: master Date: Sat, 2 Apr 2016 16:06:11 +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: 14cdfa00-28ef-40bf-bc18-261d12401b7b X-Archives-Hash: 97d50b31ab6e4a019cc285fac41ba7cf commit: c5b972f5efc37e85f5bdb411d9a04573e045338a Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Apr 2 15:30:25 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 2 15:56:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5b972f5 kde-apps/kleopatra: Add missing DEPEND/RDEPEND Upstream commit e5c38590ce932bae119c9c822b561bd32eaba803 Package-Manager: portage-2.2.27 kde-apps/kleopatra/kleopatra-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index 54d24ca..814c09c 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -34,6 +34,7 @@ COMMON_DEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) >=app-crypt/gpgme-1.3.2 dev-libs/boost:= @@ -47,4 +48,5 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim[kdepim_features_kleopatra] !=app-crypt/gnupg-2.1 + app-crypt/paperkey "