Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
Date: Tue, 04 May 2021 22:25:07
Message-Id: 1620167083.71d559c55bea7cdb87e3d36310fdbb9db84c18da.sam@gentoo
1 commit: 71d559c55bea7cdb87e3d36310fdbb9db84c18da
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 22:24:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:24:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d559c5
7
8 dev-perl/Config-ApacheFormat: Stabilize 1.200.0-r2 x86, #788031
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
16 index a76027999cb..721dd85db54 100644
17 --- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
18 +++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
19 @@ -10,7 +10,7 @@ inherit perl-module
20 DESCRIPTION="use Apache format config files"
21
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
25
26 RDEPEND="
27 >=dev-perl/Class-MethodMaker-1.80.0