gentooup: drop layman dependency
This commit is contained in:
parent
889cc9a24f
commit
605a8adee4
1 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,9 @@ while [[ $# -gt 0 ]]; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ $CHROOTED == 1 ]] ; then
|
if [[ $CHROOTED == 1 ]] ; then
|
||||||
SYNC_COMMAND="layman -S"
|
for repo in helpers meskal-overlay selba ; do
|
||||||
|
emaint sync -r "$repo"
|
||||||
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
myemerge() {
|
myemerge() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue