Skip to content

Commit 3bedaf1

Browse files
committed
pkgdiff: Set USE=test to ensure extra archives are unpacked
Signed-off-by: Michał Górny <[email protected]>
1 parent f1f2d6a commit 3bedaf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgdiff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fn1=${1##*/}
3333
fn2=${2##*/}
3434

3535
export PORTAGE_TMPDIR="${TMPDIR:-/tmp}"/mgorny-dev-scripts
36+
export USE="${USE} test"
3637
mkdir -p "${PORTAGE_TMPDIR}"
3738
ebuild "${1}" unpack
3839
ebuild "${2}" unpack

0 commit comments

Comments
 (0)