summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Köster <fabian.koester@bringnow.com>2015-12-02 22:41:13 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-12-02 22:41:56 +1100
commit4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516 (patch)
tree2325d2053dfe96bb26866335c9aab25c8d8d4660 /kde-plasma
parentRemoved 4.1.7, updated to 4.2.6, added 4.3.0. From linux-mips.org git 20151126. (diff)
downloadgentoo-4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516.tar.gz
gentoo-4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516.tar.bz2
gentoo-4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516.zip
kde-plasma/kwallet-pam: adding missing runtime dependency on net-misc/socat
Gentoo-bug: 561470 Package-Manager: portage-2.2.26
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
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 000000000000..26499e685320
--- /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
+"