Skip to content

Commit

Permalink
mail-client/neomutt: fix live ebuild src dir
Browse files Browse the repository at this point in the history
Commit e4ef3e0 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 <[email protected]>
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
austin-ray authored and nicolasbock committed Nov 23, 2020
1 parent 35a6dab commit bff7b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mail-client/neomutt/neomutt-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bff7b7f

Please sign in to comment.