From 07a873bc4aa93329802366bcb7d97ca10d6f034a Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Sun, 3 Dec 2017 09:28:28 -0700 Subject: [PATCH] mail-client/neomutt: Workaround Bug 614746 Currently a conditional in the ebuild such as if [[ ${PV} =~ 9999$ ]] is not recognized by `ekeyword` [1]. A workaround is to omit the `KEYWORDS` assignment in the live ebuild branch. [1] https://bugs.gentoo.org/614746 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- mail-client/neomutt/neomutt-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail-client/neomutt/neomutt-9999.ebuild b/mail-client/neomutt/neomutt-9999.ebuild index 8a0f8bb25dd2..406bc5c0cc73 100644 --- a/mail-client/neomutt/neomutt-9999.ebuild +++ b/mail-client/neomutt/neomutt-9999.ebuild @@ -5,11 +5,10 @@ EAPI=6 inherit autotools eutils flag-o-matic -if (( ${PV} == 9999 )); then +if [[ ${PV} =~ 9999$ ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/neomutt/neomutt.git" EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}" - KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" KEYWORDS="~amd64 ~x86" -- 2.26.2