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 D2FBF138335 for ; Fri, 8 Jun 2018 11:24:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF08E0830; Fri, 8 Jun 2018 11:24:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D8AEE0830 for ; Fri, 8 Jun 2018 11:24:14 +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 2B4BB335CA9 for ; Fri, 8 Jun 2018 11:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A30F82CB for ; Fri, 8 Jun 2018 11:24:10 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1528456729.691e3dec42ed5247059429325fa1d8576db426e8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_ssh/pam_ssh-1.98.ebuild X-VCS-Directories: sys-auth/pam_ssh/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 691e3dec42ed5247059429325fa1d8576db426e8 X-VCS-Branch: master Date: Fri, 8 Jun 2018 11:24:10 +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: 779c6757-f12b-41cb-b5e0-55531b1774aa X-Archives-Hash: 9ae15a79284f28623b8d21009df064f4 commit: 691e3dec42ed5247059429325fa1d8576db426e8 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jun 8 11:18:49 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jun 8 11:18:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691e3dec sys-auth/pam_ssh: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-auth/pam_ssh/pam_ssh-1.98.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild index 46964376549..3f8800d3f5c 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" LICENSE="BSD-2 BSD ISC" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" # Doesn't work on OpenPAM; looks for OpenSSH at build time (bug