summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-02 08:49:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-02 13:07:57 +0200
commit1c0467b7dd63a6d61cd877cabcab6e0a7736bf61 (patch)
tree961c486629cf85455af0f81977ede5670d5bf32a /kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
parentsys-apps/hardened-shadow: remove phajdan.jr from maintainers -> maintainer-ne... (diff)
downloadgentoo-1c0467b7dd63a6d61cd877cabcab6e0a7736bf61.tar.gz
gentoo-1c0467b7dd63a6d61cd877cabcab6e0a7736bf61.tar.bz2
gentoo-1c0467b7dd63a6d61cd877cabcab6e0a7736bf61.zip
kde-apps/kwalletd: Add missing DEPEND, fix blocker
Thanks-to: Arfrever Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild')
-rw-r--r--kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild b/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
index e8570e045fe3..de351287bb52 100644
--- a/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
+++ b/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,11 +10,13 @@ DESCRIPTION="KDE Password Server"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug gpg"
-DEPEND="
+RDEPEND="
dev-libs/libgcrypt:0=
gpg? ( app-crypt/gpgme[cxx] )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ gpg? ( dev-libs/boost )
+"
RESTRICT="test"
# testpamopen crashes with a buffer overflow (__fortify_fail)