app-shells/powerline: fix git master build
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 14 Feb 2020 16:46:35 +0000 (10:46 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 14 Feb 2020 16:46:54 +0000 (10:46 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-shells/powerline/powerline-9999.ebuild

index 946e4c10304a93f3fdcbff89c1f91360a17fa729..52de334811b2eea52d06ee8194930fe4a26aa750 100644 (file)
@@ -12,11 +12,12 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/powerline/powerline"
        EGIT_BRANCH="develop"
+       S="${WORKDIR}/powerline-${PV}"
 else
        SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
        KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+       S="${WORKDIR}/${PN}-status-${PV}"
 fi
-S="${WORKDIR}/${PN}-status-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"