Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/
Date: Wed, 02 Dec 2015 11:42:20
Message-Id: 1449056516.4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516.kensington@gentoo
1 commit: 4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516
2 Author: Fabian Köster <fabian.koester <AT> bringnow <DOT> com>
3 AuthorDate: Wed Dec 2 11:41:13 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 11:41:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3be3e9
7
8 kde-plasma/kwallet-pam: adding missing runtime dependency on net-misc/socat
9
10 Gentoo-bug: 561470
11
12 Package-Manager: portage-2.2.26
13
14 kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild | 22 ++++++++++++++++++++++
15 1 file changed, 22 insertions(+)
16
17 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
18 new file mode 100644
19 index 0000000..26499e6
20 --- /dev/null
21 +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild
22 @@ -0,0 +1,22 @@
23 +# Copyright 1999-2015 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +KDE_AUTODEPS="false"
30 +inherit kde5
31 +
32 +DESCRIPTION="KWallet PAM module to not enter password again"
33 +
34 +LICENSE="LGPL-2.1"
35 +KEYWORDS=" ~amd64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND="
39 + dev-libs/libgcrypt:0=
40 + virtual/pam
41 +"
42 +RDEPEND="${DEPEND}
43 + net-misc/socat
44 +"