File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ app-arch/lzop
8787app-arch/ncompress
8888app-arch/pbzip2
8989app-arch/pigz
90+ app-arch/pixz
9091app-arch/rpm2targz
9192app-arch/sharutils
9293app-arch/tar
@@ -307,6 +308,7 @@ dev-python/setuptools
307308dev-python/setuptools-scm
308309dev-python/six
309310dev-python/snakeoil
311+ dev-python/tomli
310312dev-python/trove-classifiers
311313dev-python/wheel
312314
@@ -575,6 +577,7 @@ sys-fs/mtools
575577sys-fs/multipath-tools
576578sys-fs/quota
577579sys-fs/squashfs-tools
580+ sys-fs/squashfs-tools-ng
578581sys-fs/udisks
579582sys-fs/xfsprogs
580583sys-fs/zfs
Original file line number Diff line number Diff line change 33# Use of this source code is governed by a BSD-style license that can be
44# found in the LICENSE file.
55
6- # Before doing anything, ensure we have at least Catalyst 4.
7- if catalyst --version | grep -q " Catalyst [0-3]\." ; then
8- sudo emerge -v1 " >=dev-util/catalyst-4" || exit 1
9- fi
10-
116# common.sh should be sourced first
127[[ -n " ${DEFAULT_BUILD_ROOT} " ]] || exit 1
138. " ${SCRIPTS_DIR} /sdk_lib/sdk_util.sh" || exit 1
@@ -171,6 +166,11 @@ catalyst_init() {
171166 die_notrace " catalyst not found, not installed or bad PATH?"
172167 fi
173168
169+ # Before doing anything else, ensure we have at least Catalyst 4.
170+ if catalyst --version | grep -q " Catalyst [0-3]\." ; then
171+ emerge --verbose " --jobs=${NUM_JOBS} " --oneshot " >=dev-util/catalyst-4" || exit 1
172+ fi
173+
174174 DEBUG=()
175175 if [[ ${FLAGS_debug} -eq ${FLAGS_TRUE} ]]; then
176176 DEBUG=(" --debug" )
You can’t perform that action at this time.
0 commit comments