diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2019-10-25 08:41:58 -0600 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2019-10-25 08:42:17 -0600 |
commit | 47a815a37c8585baac3cc5e7baf4e98e8b5339da (patch) | |
tree | 41526083de42f997d2029b859bf916dc3d00b000 /mail-client/neomutt/neomutt-99999999.ebuild | |
parent | dev-libs/libofx: Security cleanup (diff) | |
download | gentoo-47a815a37c8585baac3cc5e7baf4e98e8b5339da.tar.gz gentoo-47a815a37c8585baac3cc5e7baf4e98e8b5339da.tar.bz2 gentoo-47a815a37c8585baac3cc5e7baf4e98e8b5339da.zip |
mail-client/neomutt: Fix doc build
Upstream suggests to add `--full-doc` in addition to `--enable-doc`.
Otherwise the build will produce several warnings.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'mail-client/neomutt/neomutt-99999999.ebuild')
-rw-r--r-- | mail-client/neomutt/neomutt-99999999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/neomutt/neomutt-99999999.ebuild b/mail-client/neomutt/neomutt-99999999.ebuild index 760003ea0505..ffe833773174 100644 --- a/mail-client/neomutt/neomutt-99999999.ebuild +++ b/mail-client/neomutt/neomutt-99999999.ebuild @@ -70,6 +70,7 @@ S="${WORKDIR}/${PN}-${P}" src_configure() { local myconf=( "$(use_enable doc)" + "$(usex doc --full-doc)" "$(use_enable nls)" "$(use_enable notmuch)" |