commit: 6a12491c187ba8feef5970fa93093aa4f0b608af Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Sep 14 13:00:43 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Sep 14 13:13:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a12491c
net-misc/axel: correct config phase with USE=-ssl This change corrects usege of use_with function to make it work with disabled ssl USE flag. Closes: https://bugs.gentoo.org/926729 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-misc/axel/axel-2.17.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/axel/axel-2.17.13.ebuild b/net-misc/axel/axel-2.17.13.ebuild index d2b41dac25da..b93851ca667c 100644 --- a/net-misc/axel/axel-2.17.13.ebuild +++ b/net-misc/axel/axel-2.17.13.ebuild @@ -22,7 +22,7 @@ DOCS=( doc/. ) src_configure() { econf \ $(use_enable nls) \ - $(use_with ssl ssl=openssl) + $(use_with ssl ssl openssl) } pkg_postinst() {
