From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D36F1384B4 for ; Wed, 2 Dec 2015 11:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDC421C05A; Wed, 2 Dec 2015 11:42:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA7B521C05A for ; Wed, 2 Dec 2015 11:42:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 814B234086E for ; Wed, 2 Dec 2015 11:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D31C699E for ; Wed, 2 Dec 2015 11:42:11 +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: <1449056516.4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwallet-pam/kwallet-pam-5.4.3-r1.ebuild X-VCS-Directories: kde-plasma/kwallet-pam/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516 X-VCS-Branch: master Date: Wed, 2 Dec 2015 11:42:11 +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: c2a7dec1-611a-42ec-9b19-76d4f2978320 X-Archives-Hash: d9e92d4c0aa085eb747c3b5e2d67073a commit: 4e3be3e92c29ba6497b7abf7dbcaabd09ff9e516 Author: Fabian Köster bringnow com> AuthorDate: Wed Dec 2 11:41:13 2015 +0000 Commit: Michael Palimaka gentoo 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 +"