[www-apps/gitea] forgot stuff

This commit is contained in:
Robert Förster 2020-05-19 13:44:41 +02:00
parent a18e9385df
commit 021c020045
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ fi
LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
SLOT="0"
IUSE="+acct pam sqlite"
IUSE="+acct build-client pam sqlite"
BDEPEND="dev-lang/go
build-client? ( >=net-libs/nodejs-10[npm] )"
@ -91,7 +91,7 @@ src_prepare() {
fi
# Remove already build assets (like frontend part)
gitea_make clean-all
use build-client && gitea_make clean-all
}
src_compile() {