Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 22 Jun 2021 20:54:22
Message-Id: 1624395244.ce8c92d8a1cf8363e131f601eb23cac1fb8e7480.sam@gentoo
1 commit: ce8c92d8a1cf8363e131f601eb23cac1fb8e7480
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 20:46:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 20:54:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8c92d8
7
8 apache-2.eclass: [QA] add virtual/libcrypt dependency
9
10 Needed for upcoming libcrypt migration.
11
12 Acked-by: David Seifert <soap <AT> gentoo.org>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 eclass/apache-2.eclass | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
19 index bd84548f6de..a67597447ba 100644
20 --- a/eclass/apache-2.eclass
21 +++ b/eclass/apache-2.eclass
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # @ECLASS: apache-2.eclass
28 @@ -140,6 +140,7 @@ RDEPEND="
29 >=dev-libs/apr-1.5.1:=
30 =dev-libs/apr-util-1*:=[gdbm=,ldap?]
31 dev-libs/libpcre
32 + virtual/libcrypt:=
33 apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= )
34 apache2_modules_deflate? ( sys-libs/zlib )
35 apache2_modules_http2? (