mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-shells/powerline: fix git master build
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user