Skip to content

Commit

Permalink
mail-client/mutt: fix dependencies for USE=idn, thanks jer
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/674682
Signed-off-by: Fabian Groffen <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
grobian committed Jan 6, 2019
1 parent 2291f04 commit 8962573
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
# have REQUIRED_USE do what it is made for again. bug #607360
CDEPEND="
app-misc/mime-types
virtual/libiconv
berkdb? ( >=sys-libs/db-4:= )
gdbm? ( sys-libs/gdbm )
Expand Down Expand Up @@ -153,13 +154,14 @@ src_configure() {
$(use !ssl && echo --without-gnutls --without-ssl)

$(use_with sasl)
$(use_with idn)
$(use_with idn idn2) --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)"

"--enable-compressed"
"--enable-external-dotlock"
"--enable-iconv"
"--enable-nfs-fix"
"--enable-sidebar"
"--sysconfdir=${EPREFIX}/etc/${PN}"
Expand Down

0 comments on commit 8962573

Please sign in to comment.