diff options
author | Sam James <sam@gentoo.org> | 2021-06-22 21:46:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 21:54:04 +0100 |
commit | ce8c92d8a1cf8363e131f601eb23cac1fb8e7480 (patch) | |
tree | bfd29d0aca1579f17a6c4a9db714c95bc4ae5687 /eclass | |
parent | sys-apps/systemd: add virtual/libcrypt dependency (diff) | |
download | gentoo-ce8c92d8a1cf8363e131f601eb23cac1fb8e7480.tar.gz gentoo-ce8c92d8a1cf8363e131f601eb23cac1fb8e7480.tar.bz2 gentoo-ce8c92d8a1cf8363e131f601eb23cac1fb8e7480.zip |
apache-2.eclass: [QA] add virtual/libcrypt dependency
Needed for upcoming libcrypt migration.
Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/apache-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index bd84548f6de8..a67597447ba3 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: apache-2.eclass @@ -140,6 +140,7 @@ RDEPEND=" >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre + virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( |