diff options
author | Austin Ray <austin@austinray.io> | 2020-11-23 00:08:02 -0500 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2020-11-23 10:48:36 -0700 |
commit | bff7b7f99b533258eb6c5094de4f415b03fceb53 (patch) | |
tree | f0a721b38e18837c7820a4e37c3994321ad6eaa0 /mail-client | |
parent | net-misc/youtube-dl: Bump to 2020.11.24 (diff) | |
download | gentoo-bff7b7f99b533258eb6c5094de4f415b03fceb53.tar.gz gentoo-bff7b7f99b533258eb6c5094de4f415b03fceb53.tar.bz2 gentoo-bff7b7f99b533258eb6c5094de4f415b03fceb53.zip |
mail-client/neomutt: fix live ebuild src dir
Commit e4ef3e09eaf dropped the assignment of "S", changing its value
from "${WORKDIR}/${PN}-${P}" to the default value of
"${WORKDIR}/${P}". However, the live ebuild still checkouts out source
code to previous location so portage says the source directory doesn't
exist.
This commit drops the custom checkout directory and uses the default
value provided, which corresponds to the default value of "S".
Closes: https://bugs.gentoo.org/756166
Signed-off-by: Austin Ray <austin@austinray.io>
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/neomutt/neomutt-99999999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail-client/neomutt/neomutt-99999999.ebuild b/mail-client/neomutt/neomutt-99999999.ebuild index d25f26c5ada8..0903176798d7 100644 --- a/mail-client/neomutt/neomutt-99999999.ebuild +++ b/mail-client/neomutt/neomutt-99999999.ebuild @@ -8,7 +8,6 @@ inherit eutils if [[ ${PV} =~ 99999999$ ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/neomutt/neomutt.git" - EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}" else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" |