commit:     b079d849f9fb36c1e1c0c3f1060270f3383c86fd
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 16:55:56 2021 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 16:55:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b079d849

net-misc/ipv6calc: force enable openssl's evp-md5 and legacy md5

These should be forced enabled in dev-libs/openssl.  If this
should change in the future, its better to have the ebuild
fail than to introduce automagic dependencies.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-misc/ipv6calc/{ipv6calc-4.0.0.ebuild => ipv6calc-4.0.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-misc/ipv6calc/ipv6calc-4.0.0.ebuild 
b/net-misc/ipv6calc/ipv6calc-4.0.0-r1.ebuild
similarity index 96%
rename from net-misc/ipv6calc/ipv6calc-4.0.0.ebuild
rename to net-misc/ipv6calc/ipv6calc-4.0.0-r1.ebuild
index 15e5f6214b2..9b30664564c 100644
--- a/net-misc/ipv6calc/ipv6calc-4.0.0.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-4.0.0-r1.ebuild
@@ -46,6 +46,8 @@ src_configure() {
                --disable-dbip2 \
                --disable-external \
                --disable-ip2location \
+               --enable-openssl-evp-md5 \
+               --enable-openssl-md5 \
                $(use_enable cgi mod_ipv6calc ) \
                ${myconf}
 }

Reply via email to