commit: 80dcf8b62b4246682d117f23d30e9367a9cc6fe7 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 16:46:35 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 16:46:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80dcf8b6
app-shells/powerline: fix git master build Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-shells/powerline/powerline-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild index 946e4c10304..52de334811b 100644 --- a/app-shells/powerline/powerline-9999.ebuild +++ b/app-shells/powerline/powerline-9999.ebuild @@ -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"