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 271CF138330 for ; Sun, 9 Oct 2016 15:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78643E0B8E; Sun, 9 Oct 2016 15:02:57 +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 5E716E0B8E for ; Sun, 9 Oct 2016 15:02:57 +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 D0CAA34161F for ; Sun, 9 Oct 2016 15:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0B6124AD for ; Sun, 9 Oct 2016 15:02: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: <1476025363.f85a380c54e81e109e0c8670e89b5a91517cd360.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kgpg/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kgpg/kgpg-9999.ebuild X-VCS-Directories: kde-apps/kgpg/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f85a380c54e81e109e0c8670e89b5a91517cd360 X-VCS-Branch: master Date: Sun, 9 Oct 2016 15:02: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: b0d7511b-53dd-473f-b6f7-06ea21b3e5b3 X-Archives-Hash: f2309db7acf42e8e9aba031f2fb163b9 commit: f85a380c54e81e109e0c8670e89b5a91517cd360 Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 9 15:02:38 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 9 15:02:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f85a380c kde-apps/kgpg: update dependencies Package-Manager: portage-2.3.1 kde-apps/kgpg/kgpg-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kde-apps/kgpg/kgpg-9999.ebuild b/kde-apps/kgpg/kgpg-9999.ebuild index 81214c1..394cfc3 100644 --- a/kde-apps/kgpg/kgpg-9999.ebuild +++ b/kde-apps/kgpg/kgpg-9999.ebuild @@ -14,10 +14,9 @@ https://utils.kde.org/projects/kgpg" KEYWORDS="" IUSE="" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -42,7 +41,10 @@ DEPEND=" $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + app-crypt/gpgme +" +RDEPEND="${COMMON_DEPEND} app-crypt/gnupg "