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 3A45B138335 for ; Wed, 13 Jun 2018 10:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C926E0809; Wed, 13 Jun 2018 10:19:47 +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 DCA38E0805 for ; Wed, 13 Jun 2018 10:19:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 82F5C335C76 for ; Wed, 13 Jun 2018 10:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49622D6 for ; Wed, 13 Jun 2018 10:19:43 +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: <1528885041.069cd2fed856b28895014a55f14017b2bbfccac1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-NTLM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild X-VCS-Directories: dev-perl/Authen-NTLM/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 069cd2fed856b28895014a55f14017b2bbfccac1 X-VCS-Branch: master Date: Wed, 13 Jun 2018 10:19:43 +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: d871c5f6-0c26-445b-b7aa-8fb55d2b9a5f X-Archives-Hash: 3c4f0b026aa0315827ed9832062fc67e commit: 069cd2fed856b28895014a55f14017b2bbfccac1 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jun 13 10:17:21 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jun 13 10:17:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069cd2fe dev-perl/Authen-NTLM: restore s390 keyword Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild index 3eac069e577..d00b97ff906 100644 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An NTLM authentication module" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="test" RDEPEND=">=virtual/perl-MIME-Base64-3.00