Skip to content

Commit

Permalink
mail-client/mutt-1.10.1: fix libidn automagic dep, bug #674682
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/674682
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Nov 14, 2019
1 parent af26315 commit 6c5c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-client/mutt/mutt-1.10.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ src_configure() {
$(use !ssl && echo --without-gnutls --without-ssl)

$(use_with sasl)
$(use_with idn)
$(use_with idn) --without-idn # avoid automagic libidn dep
$(use_with kerberos gss)
"$(use slang && echo --with-slang="${EPREFIX}"/usr || echo a=b)"
"$(use_with !slang curses "${EPREFIX}"/usr)"
Expand Down

0 comments on commit 6c5c75f

Please sign in to comment.