Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache2-AuthenNTLM/
Date: Tue, 03 Apr 2018 11:52:39
Message-Id: 1522756254.bb06c879c363b8332e4ad04be0315a8e47736c02.perfinion@gentoo
1 commit: bb06c879c363b8332e4ad04be0315a8e47736c02
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 11:38:42 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 11:50:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb06c879
7
8 dev-perl/Apache2-AuthenNTLM: amd64 stable
9
10 Gentoo-bug: 652294
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
17 index 3f376ef51fd..cba20505633 100644
18 --- a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
19 +++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="Perform Microsoft NTLM and Basic User Authentication"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 ~x86"
32 IUSE=""
33
34 RDEPEND="virtual/perl-MIME-Base64