From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0C7E138335 for ; Tue, 27 Aug 2019 20:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04CACE085D; Tue, 27 Aug 2019 20:45:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB3F4E085D for ; Tue, 27 Aug 2019 20:45:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 672C934A407 for ; Tue, 27 Aug 2019 20:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 261CF77C for ; Tue, 27 Aug 2019 20:45:20 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1566938709.c59ad306c6de487f9cc80dfca618024a9647bcbe.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild X-VCS-Directories: sys-auth/pam_skey/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c59ad306c6de487f9cc80dfca618024a9647bcbe X-VCS-Branch: master Date: Tue, 27 Aug 2019 20:45:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 921863b0-6349-44a8-b243-ec16253cc515 X-Archives-Hash: dccc240d6c46f6d7fdb3b3b568582d3b commit: c59ad306c6de487f9cc80dfca618024a9647bcbe Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Aug 27 20:45:09 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Aug 27 20:45:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59ad306 sys-auth/pam_skey: amd64 stable wrt bug #692940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild index c286358b4e1..6294890fff5 100644 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild +++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="net-libs/libnsl:0= >=sys-libs/pam-0.78-r3