commit:     89d3317fed3bb38a7fde4e45f769166fd373bfeb
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Nov  5 22:44:40 2019 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 03:11:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d3317f

mail-client/neomutt: fix doc build

Also sync live ebuild with latest release.

Bug: https://bugs.gentoo.org/699158
Bug: https://bugs.gentoo.org/699166
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Marty E. Plummer <hanetzer <AT> startmail.com>
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 mail-client/neomutt/neomutt-20191102.ebuild | 3 +--
 mail-client/neomutt/neomutt-99999999.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/mail-client/neomutt/neomutt-20191102.ebuild 
b/mail-client/neomutt/neomutt-20191102.ebuild
index cf65746042c..2d262a02ac3 100644
--- a/mail-client/neomutt/neomutt-20191102.ebuild
+++ b/mail-client/neomutt/neomutt-20191102.ebuild
@@ -67,8 +67,7 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
        local myconf=(
-               "$(use_enable doc)"
-               "$(usex doc --full-doc)"
+               "$(usex doc --full-doc --disable-doc)"
                "$(use_enable nls)"
                "$(use_enable notmuch)"
 

diff --git a/mail-client/neomutt/neomutt-99999999.ebuild 
b/mail-client/neomutt/neomutt-99999999.ebuild
index ffe83377317..ed9a77dec26 100644
--- a/mail-client/neomutt/neomutt-99999999.ebuild
+++ b/mail-client/neomutt/neomutt-99999999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ 99999999$ ]]; then
        EGIT_REPO_URI="https://github.com/neomutt/neomutt.git";
        EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
 else
-       SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz";
+       SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 
@@ -69,8 +69,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 src_configure() {
        local myconf=(
-               "$(use_enable doc)"
-               "$(usex doc --full-doc)"
+               "$(usex doc --full-doc --disable-doc)"
                "$(use_enable nls)"
                "$(use_enable notmuch)"
 

Reply via email to