Skip to content

Commit 52ceab3

Browse files
committed
pkgdiff-mg: Use FEATURES=noauto to skip pkg_setup()
Signed-off-by: Michał Górny <[email protected]>
1 parent c0229e6 commit 52ceab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgdiff-mg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ fn2=${2##*/}
3434

3535
export PORTAGE_TMPDIR="${TMPDIR:-/tmp}"/mgorny-dev-scripts
3636
export USE="${USE} test"
37+
# use noauto to skip pkg_setup
38+
export FEATURES="${FEATURES} noauto"
3739
mkdir -p "${PORTAGE_TMPDIR}"
3840
ebuild "${1}" unpack
3941
ebuild "${2}" unpack

0 commit comments

Comments
 (0)