[www-apps/froxlor] forgot the inherit

This commit is contained in:
Robert Förster (Dessa) 2019-09-21 19:59:41 +02:00
parent 2cb371412c
commit b050efd787
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ EAPI="7"
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git"
EGIT_CHECKOUT_DIR=${WORKDIR}/${PN}
inherit git-r3
inherit git-r3 vcs-clean
KEYWORDS=""
else
RESTRICT="mirror"