mail-client/neomutt: Fix doc build
authorNicolas Bock <nicolasbock@gentoo.org>
Fri, 25 Oct 2019 14:41:58 +0000 (08:41 -0600)
committerNicolas Bock <nicolasbock@gentoo.org>
Fri, 25 Oct 2019 14:42:17 +0000 (08:42 -0600)
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>
mail-client/neomutt/neomutt-99999999.ebuild

index 760003ea0505647d8649afa435996781db3e8b35..ffe8337731747a967c6f20f0662c22d60c3b0ab8 100644 (file)
@@ -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)"