commit: 4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516
Author: Fabian Köster <fabian.koester <AT> bringnow <DOT> com>
AuthorDate: Wed Dec 2 11:41:13 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 11:41:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3be3e9
kde-plasma/kwallet-pam: adding missing runtime dependency on net-misc/socat
Gentoo-bug: 561470
Package-Manager: portage-2.2.26
kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild
b/kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild
new file mode 100644
index 0000000..26499e6
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="KWallet PAM module to not enter password again"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libgcrypt:0=
+ virtual/pam
+"
+RDEPEND="${DEPEND}
+ net-misc/socat
+"