Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
Date: Fri, 16 Aug 2019 20:35:56
Message-Id: 1565987745.b02ff3de32b190dfa129727bb376f017f6e89ea4.bman@gentoo
1 commit: b02ff3de32b190dfa129727bb376f017f6e89ea4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 20:35:37 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 20:35:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02ff3de
7
8 www-servers/apache: arm64 stable (bug #692172)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 RepoMan-Options: --include-arches="arm64"
13
14 www-servers/apache/apache-2.4.41.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-servers/apache/apache-2.4.41.ebuild b/www-servers/apache/apache-2.4.41.ebuild
18 index 3b013b03ce3..92382aabc0d 100644
19 --- a/www-servers/apache/apache-2.4.41.ebuild
20 +++ b/www-servers/apache/apache-2.4.41.ebuild
21 @@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/"
22 # some helper scripts are Apache-1.1, thus both are here
23 LICENSE="Apache-2.0 Apache-1.1"
24 SLOT="2"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
26 +KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
27
28 # Enable http2 by default (bug #563452)
29 # FIXME: Move to apache-2.eclass once this has reached stable.