forked from ceres-sees-all/ceres-ebuilds
Fix zen ebuild
This commit is contained in:
parent
6d67f673a4
commit
d578a20b7a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
EGIT_CLONE_TYPE=shallow
|
EGIT_CLONE_TYPE=single
|
||||||
EPYTHON=/usr/bin/python
|
EPYTHON=/usr/bin/python
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ src_prepare() {
|
||||||
npm i || die
|
npm i || die
|
||||||
npm run init || die
|
npm run init || die
|
||||||
python ./scripts/update_en_US_packs.py || die
|
python ./scripts/update_en_US_packs.py || die
|
||||||
npm run bootstrap
|
npm run bootstrap || die
|
||||||
eapply_user
|
eapply_user
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue