commit: 5a5b7fc2b31574f6cfad022a877f327b818d0bbd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 5 17:08:56 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 5 17:09:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5b7fc2
www-apache/libapreq2: add ssl dep Closes: https://bugs.gentoo.org/755203 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> .../libapreq2/{libapreq2-2.15.ebuild => libapreq2-2.15-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www-apache/libapreq2/libapreq2-2.15.ebuild b/www-apache/libapreq2/libapreq2-2.15-r1.ebuild similarity index 94% rename from www-apache/libapreq2/libapreq2-2.15.ebuild rename to www-apache/libapreq2/libapreq2-2.15-r1.ebuild index 03aadcb290e..84e5b1b4d38 100644 --- a/www-apache/libapreq2/libapreq2-2.15.ebuild +++ b/www-apache/libapreq2/libapreq2-2.15-r1.ebuild @@ -16,6 +16,11 @@ IUSE="perl test" RESTRICT="!test? ( test )" RDEPEND=" + || ( + dev-libs/apr-util[openssl] + dev-libs/apr-util[libressl] + dev-libs/apr-util[nss] + ) perl? ( >=dev-perl/ExtUtils-XSBuilder-0.23 virtual/perl-version
