diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-13 13:17:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-13 13:17:21 +0300 |
commit | 069cd2fed856b28895014a55f14017b2bbfccac1 (patch) | |
tree | 81f92fedd7a32248f67a33fcce534dbfdad8805b /dev-perl/Authen-NTLM | |
parent | dev-perl/Net-DNS-Resolver-Mock: restore s390 keyword (diff) | |
download | gentoo-069cd2fed856b28895014a55f14017b2bbfccac1.tar.gz gentoo-069cd2fed856b28895014a55f14017b2bbfccac1.tar.bz2 gentoo-069cd2fed856b28895014a55f14017b2bbfccac1.zip |
dev-perl/Authen-NTLM: restore s390 keyword
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Authen-NTLM')
-rw-r--r-- | dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild | 4 |
1 files 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 3eac069e5777..d00b97ff9068 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 |